mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-10 10:35:12 -04:00
Seeed ESP32S3 - enable button sleep, stopRadio at sleep
to sleep sx1262 also.
This commit is contained in:
parent
c3fe3713b0
commit
cbedd72993
3 changed files with 13 additions and 8 deletions
6
Boards.h
6
Boards.h
|
@ -620,8 +620,10 @@
|
|||
#define HAS_EEPROM true
|
||||
|
||||
#define HAS_INPUT true
|
||||
#define HAS_SLEEP false
|
||||
|
||||
#define HAS_SLEEP true
|
||||
#define PIN_WAKEUP GPIO_NUM_21
|
||||
#define WAKEUP_LEVEL 0
|
||||
|
||||
// #define PMU_IRQ 40
|
||||
// #define I2C_SCL 41
|
||||
// #define I2C_SDA 42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue