Update T3 Factory
This commit is contained in:
parent
33373b3386
commit
f2d3d995cb
2 changed files with 2 additions and 1 deletions
|
|
@ -196,6 +196,7 @@ void handleEvent(AceButton *button, uint8_t eventType, uint8_t buttonState)
|
|||
// esp_sleep_enable_ext0_wakeup(GPIO_NUM_0, 0);
|
||||
|
||||
// T3 V3.0 ext1 sleep ~160uA
|
||||
// T3 S3 V1.3 ext1 sleep ~ 40uA
|
||||
esp_sleep_enable_ext1_wakeup(_BV(0), ESP_EXT1_WAKEUP_ALL_LOW);
|
||||
|
||||
// T3 V3.0 Timer sleep ~ 160uA
|
||||
|
|
@ -215,7 +216,7 @@ void setup()
|
|||
gpio_hold_dis((gpio_num_t) RADIO_RST_PIN);
|
||||
}
|
||||
|
||||
setupBoards();
|
||||
setupBoards(true/*Disable logo*/);
|
||||
|
||||
setupBLE();
|
||||
|
||||
|
|
|
|||
BIN
examples/T3S3Factory/images/T3_S3_V1.3_DeepSleepCurrent.jpg
Normal file
BIN
examples/T3S3Factory/images/T3_S3_V1.3_DeepSleepCurrent.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
Loading…
Add table
Add a link
Reference in a new issue