From 26e551c6162f8ff61aae381637c29da0cd129371 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Fri, 24 Jan 2025 22:29:12 +0100 Subject: [PATCH] Typo --- lib/obp60task/OBP60Extensions.cpp | 4 ++-- lib/obp60task/obp60task.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/obp60task/OBP60Extensions.cpp b/lib/obp60task/OBP60Extensions.cpp index 3407434..b74d76d 100644 --- a/lib/obp60task/OBP60Extensions.cpp +++ b/lib/obp60task/OBP60Extensions.cpp @@ -141,7 +141,7 @@ void deepSleep(CommonData &common){ getdisplay().print("Sleep Mode"); getdisplay().setFont(&Ubuntu_Bold8pt7b); getdisplay().setCursor(65, 175); - getdisplay().print("For wakeup press key and wait 5s"); + getdisplay().print("To wake up press key and wait 5s"); getdisplay().nextPage(); // Update display contents getdisplay().powerOff(); // Display power off setPortPin(OBP_POWER_50, false); // Power off ePaper display @@ -166,7 +166,7 @@ void deepSleep(CommonData &common){ getdisplay().print("Sleep Mode"); getdisplay().setFont(&Ubuntu_Bold8pt7b); getdisplay().setCursor(65, 175); - getdisplay().print("to wake up press wheel and wait 5s"); + getdisplay().print("To wake up press wheel and wait 5s"); getdisplay().nextPage(); // Partial update getdisplay().powerOff(); // Display power off setPortPin(OBP_POWER_EPD, false); // Power off ePaper display diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index fea1fb6..51828e4 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -339,7 +339,7 @@ void underVoltageDetection(GwApi *api, CommonData &common){ getdisplay().print("Undervoltage"); getdisplay().setFont(&Ubuntu_Bold8pt7b); getdisplay().setCursor(65, 175); - getdisplay().print("To wake up press reset"); + getdisplay().print("Charge battery and restart"); getdisplay().nextPage(); // Partial update getdisplay().powerOff(); // Display power off setPortPin(OBP_POWER_EPD, false); // Power off ePaper display @@ -416,7 +416,7 @@ void OBP60Task(GwApi *api){ uint fullrefreshtime = uint(api->getConfig()->getConfigItem(api->getConfig()->fullRefreshTime,true)->asInt()); #ifdef BOARD_OBP40S3 // bool syspage_enabled = config->getBool(config->systemPage); - bool syspage_enabled = false; + bool syspage_enabled = true; #endif #ifdef DISPLAY_GDEY042T81