Fixed a few menu items from about menu
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user