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

Merge remote-tracking branch 'origin/sunset' into HEAD

This commit is contained in:
norbert-walter
2022-04-02 15:56:49 +02:00
7 changed files with 52 additions and 42 deletions

View File

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