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

Finishing two values page

This commit is contained in:
norbert-walter
2022-03-05 17:09:39 +01:00
parent 823109b0ae
commit a937e10e73
6 changed files with 898 additions and 19 deletions

View File

@@ -21,6 +21,7 @@ class PageOneValue : public Page{
GwConfigHandler *config = commonData.config;
GwLog *logger=commonData.logger;
// Old values for hold function
static String svalue1old = "";
static String unit1old = "";
@@ -49,7 +50,7 @@ class PageOneValue : public Page{
// Logging boat values
if (bvalue1 == NULL) return;
LOG_DEBUG(GwLog::LOG,"Drawing at PageOneValue, p=%s, v=%f", name1, value1);
LOG_DEBUG(GwLog::LOG,"Drawing at PageOneValue, %s: %f", name1, value1);
// Draw page
//***********************************************************