mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
Fix for OBP40 in page system and deepSleep
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user