1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Fix undervoltage detection, format error

This commit is contained in:
norbert-walter
2025-01-26 22:11:55 +01:00
parent ba6c1038af
commit 175f525bcd
2 changed files with 5 additions and 5 deletions

View File

@@ -337,7 +337,7 @@ void underVoltageDetection(GwApi *api, CommonData &common){
getdisplay().print("Undervoltage");
getdisplay().setFont(&Ubuntu_Bold8pt7b);
getdisplay().setCursor(65, 175);
getdisplay().print("Charge battery and restart");
getdisplay().print("Charge battery and restart system");
getdisplay().nextPage(); // Partial update
getdisplay().powerOff(); // Display power off
setPortPin(OBP_POWER_EPD, false); // Power off ePaper display