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

Add new page battery and fix for zimezone

This commit is contained in:
norbert-walter
2022-03-24 22:06:32 +01:00
parent 55c69e37e5
commit bec476fbb5
7 changed files with 271 additions and 62 deletions

View File

@@ -46,6 +46,9 @@ public:
value1 = commonData.data.rotationAngle; // Raw value without unit convertion
}
else{
value1 = 0;
}
if(simulation == true){
value1 = (170 + float(random(0, 40)) / 10.0) * 2 * PI / 360; // Simulation data in radiant
}