Skip to content

Commit 86bc4fa

Browse files
authored
Remove settin wakeup button from poserOFF example
1 parent f1b313c commit 86bc4fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/Basics/PowerOFF/PowerOFF.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ void setup(){
99
// Lcd display
1010
M5.Lcd.println("This is software power off demo");
1111
M5.Lcd.println("Press the button A to power off.");
12-
13-
// Set the wakeup button
14-
M5.Power.setWakeupButton(BUTTON_A_PIN);
1512
}
1613

1714
// the loop routine runs over and over again forever

0 commit comments

Comments
 (0)