mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	ESP32-C3 deep sleep fix (#3066)
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user