mlukasek / M5_NightscoutMon

M5Stack Nightscout monitor
GNU General Public License v3.0
198 stars 153 forks source link

Right button doesn't turn off #16

Closed psonnera closed 5 years ago

psonnera commented 5 years ago

Release May 12th, off button doesn't do anything. That's voluntary?
if(M5.BtnC.wasPressed()) { // M5.Lcd.printf("C"); Serial.printf("C"); // M5.setWakeupButton(BUTTON_B_PIN); // M5.powerOFF();

mlukasek commented 5 years ago

Forgot to ucomment. Corrected.