Fixed a few menu items from about menu

This commit is contained in:
CommanderRedYT
2022-05-16 00:09:52 +02:00
parent 3818e50eab
commit 9190cb6634
5 changed files with 35 additions and 8 deletions

View File

@ -21,6 +21,9 @@ std::optional<int> sunrise;
std::optional<int> sunset;
std::optional<espchrono::DateTime> sunrise_dt;
esp_chip_info_t chip_info;
esp_pm_config_esp32_t pm_config;
#ifdef GLOBALS_SOURCE
GLOBALS_SOURCE
#endif