1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-24 20:53:07 +01:00

Fix iRTC time for N2K bus

This commit is contained in:
norbert-walter
2026-02-08 22:00:22 +01:00
parent 7f747e9b35
commit 6c7997e369
5 changed files with 46 additions and 31 deletions

View File

@@ -243,7 +243,7 @@ class PageAutopilot : public Page
// if ( x_test > 390)
// x_test = 320;
displayRudderPosition(DataValue[ShowRPOS], 20, 200, 160, commonData->fgcolor, commonData->bgcolor);
displayRudderPosition(DataValue[ShowSOG], 20, 200, 160, commonData->fgcolor, commonData->bgcolor);
return PAGE_UPDATE;
};