Merge branch 'master' into master

This commit is contained in:
markqvist 2024-05-18 10:26:10 +02:00 committed by GitHub
commit 30fb26e1a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 15 deletions

View file

@ -79,6 +79,7 @@
#define HAS_EEPROM false
#define HAS_INPUT false
#define HAS_SLEEP false
#define PIN_DISP_SLEEP -1
#define VALIDATE_FIRMWARE true
#if defined(ENABLE_TCXO)
@ -353,11 +354,13 @@
#define HAS_SD false
#define HAS_EEPROM true
// #define HAS_INPUT true
// #define HAS_SLEEP true
// #define PIN_WAKEUP GPIO_NUM_0
// #define WAKEUP_LEVEL 0
// const int pin_btn_usr1 = 0;
#define HAS_INPUT true
#define HAS_SLEEP true
#define PIN_WAKEUP GPIO_NUM_0
#define WAKEUP_LEVEL 0
// #define PIN_DISP_SLEEP 21
// #define DISP_SLEEP_LEVEL HIGH
const int pin_btn_usr1 = 0;
const int pin_cs = 7;
const int pin_reset = 8;