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

Change typo for pageFourValue (needs a full flash update!)

This commit is contained in:
norbert-walter
2022-03-30 20:58:02 +02:00
parent 4176030465
commit 21549cd220
9 changed files with 139 additions and 71 deletions

View File

@@ -43,6 +43,10 @@ typedef struct{
double onewireTemp6 = 0;
double rotationAngle = 0; // Rotation angle in radiant
bool validRotAngle = false; // Valid flag for magnet present
int sunsetHour = 0;
int sunsetMinute = 0;
int sunriseHour = 0;
int sunriseMinute = 0;
} SensorData;
typedef struct{