1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

ESP32-C3 deep sleep fix (#3066)

This commit is contained in:
Tyler Bules
2022-02-19 09:13:48 -05:00
committed by GitHub
parent d2b209234f
commit b8d10a62c2
5 changed files with 58 additions and 5 deletions

View File

@@ -262,7 +262,7 @@ power_supply:
deep_sleep:
run_duration: 20s
sleep_duration: 50s
wakeup_pin: GPIO39
wakeup_pin: GPIO2
wakeup_pin_mode: INVERT_WAKEUP
ads1115:

View File

@@ -60,7 +60,7 @@ deep_sleep:
gpio_wakeup_reason: 10s
touch_wakeup_reason: 15s
sleep_duration: 50s
wakeup_pin: GPIO39
wakeup_pin: GPIO2
wakeup_pin_mode: INVERT_WAKEUP
as3935_i2c: