Improved performance

This commit is contained in:
CommanderRedYT
2022-04-01 15:41:18 +02:00
parent f236d4bf03
commit 886a5f32e5
6 changed files with 44 additions and 20 deletions

View File

@@ -17,6 +17,10 @@ float avgSpeedKmh{};
float sumCurrent{};
bool isLocked{};
std::optional<int> sunrise;
std::optional<int> sunset;
std::optional<espchrono::DateTime> sunrise_dt;
#ifdef GLOBALS_SOURCE
GLOBALS_SOURCE
#endif