mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
restore platformio.ini and implement logger function
This commit is contained in:
@@ -42,10 +42,6 @@ void displayTrendLow(int16_t x, int16_t y, uint16_t size, uint16_t color);
|
||||
|
||||
void displayHeader(CommonData &commonData, GwApi::BoatValue *date, GwApi::BoatValue *time); // Draw display header
|
||||
|
||||
SensorData calcSunsetSunrise(double time, double date, double latitude, double longitude, double timezone); // Calulate sunset and sunrise
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
//bool sunControl(double time, double date, double latitude, double longitude, double timezone); // Control bit for sun
|
||||
>>>>>>> sunset
|
||||
SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitude, double longitude, double timezone); // Calulate sunset and sunrise
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user