Skip to content

Commit 8747b4b

Browse files
Gius-8Curclamas
authored andcommitted
Update ExternalWakeUp.ino (espressif#1332)
1 parent f06ff26 commit 8747b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP32/examples/DeepSleep/ExternalWakeUp/ExternalWakeUp.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void setup(){
6969
esp_sleep_enable_ext0_wakeup(GPIO_NUM_33,1); //1 = High, 0 = Low
7070

7171
//If you were to use ext1, you would use it like
72-
//esp_deep_sleep_enable_ext1_wakeup(BUTTON_PIN_BITMASK,ESP_EXT1_WAKEUP_ANY_HIGH);
72+
//esp_sleep_enable_ext1_wakeup(BUTTON_PIN_BITMASK,ESP_EXT1_WAKEUP_ANY_HIGH);
7373

7474
//Go to sleep now
7575
Serial.println("Going to sleep now");

0 commit comments

Comments
 (0)