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

Merge branch 'norbert-walter:master' into master

This commit is contained in:
thooge
2024-10-21 10:47:12 +02:00
committed by GitHub

View File

@@ -202,7 +202,7 @@ public:
getdisplay().setFont(&DSEG7Classic_BoldItalic20pt7b);
getdisplay().setCursor(295, 65);
if(valid3 == true){
getdisplay().print(abs(value3 * 360 / PI), 0); // Value
getdisplay().print(abs(value3 * 180 / PI), 0); // Value
}
else{
getdisplay().print("---"); // Value
@@ -409,4 +409,4 @@ PageDescription registerPageWindRose(
true // Show display header on/off
);
#endif
#endif