1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-25 05:03:07 +01:00

Actualize PageAutopilot

This commit is contained in:
Norbert Walter
2026-02-08 13:18:39 +00:00
parent 4468c0555b
commit 71512e7262
3 changed files with 16 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ class PageAutopilot : public Page
// if ( x_test > 390)
// x_test = 320;
displayRudderPosition(12, 200, 160, commonData->fgcolor, commonData->bgcolor);
displayRudderPosition(12, 20, 200, 160, commonData->fgcolor, commonData->bgcolor);
return PAGE_UPDATE;
};