diff --git a/platformio_orig.ini b/platformio_orig.ini index a39cc315..26c79e8a 100644 --- a/platformio_orig.ini +++ b/platformio_orig.ini @@ -21,6 +21,7 @@ ;halfile = ttgobeam.h halfile = ttgobeam10.h ;halfile = ttgotdisplay.h +;halfile = ttgotwristband.h ;halfile = fipy.h ;halfile = lopy.h ;halfile = lopy4.h diff --git a/src/hal/ttgotwristband.h b/src/hal/ttgotwristband.h index b64972fd..a7f48af8 100644 --- a/src/hal/ttgotwristband.h +++ b/src/hal/ttgotwristband.h @@ -16,7 +16,7 @@ #define HAS_BUTTON (33) // on board button A // power management settings -#define BAT_MEASURE_ADC ADC1_GPIO34_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_6 +#define BAT_MEASURE_ADC ADC1_GPIO35_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_7 #define BAT_VOLTAGE_DIVIDER 2.605f // voltage divider // Display Settings