Version 1.3.3 proper integration.

ADC_PIN missed being set to 35, knew I missed something.
This commit is contained in:
GuruSR 2021-11-28 12:06:02 -05:00 committed by GitHub
parent 9235c433f7
commit 6fd9326746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,11 @@
#define AlarmSetup 1234567890
//pins
#ifndef PCF8563RTC
#define ADC_PIN 33
#else
#define ADC_PIN 35
#endif
#define RTC_PIN GPIO_NUM_27
#define CS 5
#define DC 10