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

sunset/sunrise + backlight

This commit is contained in:
Geronius
2022-04-02 00:27:56 +02:00
parent 40b7daad16
commit 1ba65d784c
7 changed files with 33 additions and 59 deletions

View File

@@ -47,6 +47,7 @@ typedef struct{
int sunsetMinute = 0;
int sunriseHour = 0;
int sunriseMinute = 0;
bool sunDown = true;
} SensorData;
typedef struct{