Backup, delete sunset/sunsrise

This commit is contained in:
norbert-walter 2022-04-04 15:53:08 +02:00
parent 3c04b965bf
commit 79b0e9ab9e
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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