1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00
This commit is contained in:
norbert-walter
2022-04-01 18:56:33 +02:00
parent 40b7daad16
commit 22fc368dd2
4 changed files with 4 additions and 40 deletions

View File

@@ -47,6 +47,7 @@ typedef struct{
int sunsetMinute = 0;
int sunriseHour = 0;
int sunriseMinute = 0;
bool sunControl = false; // (sun on sky = false, sun down = true)
} SensorData;
typedef struct{