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

Finishing page for Airmar DST810

This commit is contained in:
norbert-walter
2022-03-06 18:36:10 +01:00
parent 82a1333aec
commit c594464997
7 changed files with 356 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ class PageThreeValues : public Page
public:
PageThreeValues(CommonData &comon){
comon.logger->logDebug(GwLog::LOG,"created ThreeTwoValue");
comon.logger->logDebug(GwLog::LOG,"Show PageThreeValue");
}
virtual int handleKey(int key){
@@ -74,7 +74,7 @@ class PageThreeValues : public Page
// Logging boat values
if (bvalue1 == NULL) return;
LOG_DEBUG(GwLog::LOG,"Drawing at PageTwoValues, %s: %f, %s: %f, %s: %f", name1, value1, name2, value2, name3, value3);
LOG_DEBUG(GwLog::LOG,"Drawing at PageThreeValues, %s: %f, %s: %f, %s: %f", name1, value1, name2, value2, name3, value3);
// Draw page
//***********************************************************