Merge pull request #149 from thooge/master
Fix for OBP40 in page system and deepSleep
This commit is contained in:
commit
a9525676b2
|
@ -74,10 +74,12 @@ public:
|
|||
if (key == 4) {
|
||||
ESP.restart();
|
||||
}
|
||||
#ifdef BOARD_OBP60S3
|
||||
// standby / deep sleep
|
||||
if (key == 5) {
|
||||
deepSleep(*commonData);
|
||||
}
|
||||
#endif
|
||||
// Code for keylock
|
||||
if (key == 11) {
|
||||
commonData->keylock = !commonData->keylock;
|
||||
|
|
Loading…
Reference in New Issue