Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 848cf98

Browse files
Gius-8me-no-dev
authored andcommitted
Update ExternalWakeUp.ino (#1332)
1 parent 25678f4 commit 848cf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/ESP32/examples/DeepSleep/ExternalWakeUp/ExternalWakeUp.ino‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /