Put the GPIO in the right state for wake from sleep

This commit is contained in:
Jonathan Bennett 2025-09-30 20:46:38 -05:00
parent 8b466b1db3
commit ad44940732

View File

@ -59,6 +59,7 @@ extern "C" {
#define PIN_BUTTON1 (26)
#define BUTTON_ACTIVE_LOW 0
#define BUTTON_ACTIVE_PULLUP 0
#define BUTTON_SENSE_TYPE INPUT_SENSE_HIGH
#define ADC_RESOLUTION 14