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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user