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
|
// Sunset und sunrise calculation
|
||||||
SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitude, double longitude, double timezone){
|
SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitude, double longitude, double timezone){
|
||||||
|
/*
|
||||||
GwLog *logger=api->getLogger();
|
GwLog *logger=api->getLogger();
|
||||||
SensorData returnset;
|
SensorData returnset;
|
||||||
SunRise sr;
|
SunRise sr;
|
||||||
|
@ -267,6 +268,7 @@ SensorData calcSunsetSunrise(GwApi *api, double time, double date, double latitu
|
||||||
returnset.sunriseMinute = intminSR;
|
returnset.sunriseMinute = intminSR;
|
||||||
returnset.sunDown = sunDown;
|
returnset.sunDown = sunDown;
|
||||||
return returnset;
|
return returnset;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Battery graphic with fill level
|
// Battery graphic with fill level
|
||||||
|
|
|
@ -22,6 +22,6 @@ lib_deps =
|
||||||
build_flags=
|
build_flags=
|
||||||
-D BOARD_NODEMCU32S_OBP60
|
-D BOARD_NODEMCU32S_OBP60
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
upload_port = COM6
|
upload_port = COM3
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
Loading…
Reference in New Issue