mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
restore platformio.ini and implement logger function
This commit is contained in:
@@ -47,11 +47,7 @@ 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{
|
||||
|
||||
Reference in New Issue
Block a user