Skip to content

Commit c88cf33

Browse files
authored
Update PowerOFF.ino
1 parent 98f6fbc commit c88cf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basics/PowerOFF/PowerOFF.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void setup(){
2222
void loop() {
2323

2424
if(M5.BtnA.wasPressed()) {
25-
M5.Power.powerOFF();
25+
M5.powerOFF();
2626
}
2727

2828
M5.update();

0 commit comments

Comments
 (0)