Backup, delete sunset/sunsrise
This commit is contained in:
parent
3c04b965bf
commit
79b0e9ab9e
|
@ -221,6 +221,7 @@ void displayHeader(CommonData &commonData, GwApi::BoatValue *date, GwApi::BoatVa
|
|||
|
||||
// Sunset und sunrise calculation
|
||||
SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitude, double longitude, double timezone){
|
||||
/*
|
||||
GwLog *logger=api->getLogger();
|
||||
SensorData returnset;
|
||||
SunRise sr;
|
||||
|
@ -267,6 +268,7 @@ SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitu
|
|||
returnset.sunriseMinute = intminSR;
|
||||
returnset.sunDown = sunDown;
|
||||
return returnset;
|
||||
*/
|
||||
}
|
||||
|
||||
// Battery graphic with fill level
|
||||
|
|
|
@ -22,6 +22,6 @@ lib_deps =
|
|||
build_flags=
|
||||
-D BOARD_NODEMCU32S_OBP60
|
||||
${env.build_flags}
|
||||
upload_port = COM6
|
||||
upload_port = COM3
|
||||
upload_protocol = esptool
|
||||
monitor_speed = 115200
|
Loading…
Reference in New Issue