Skip to content

Commit

Permalink
Update T3 Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 10, 2025
1 parent 33373b3 commit f2d3d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/T3S3Factory/T3S3Factory.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -215,7 +216,7 @@ void setup()
gpio_hold_dis((gpio_num_t) RADIO_RST_PIN);
}

setupBoards();
setupBoards(true/*Disable logo*/);

setupBLE();

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2d3d99

Please sign in to comment.