Move UtilitiesGroups to PSRAM
This commit is contained in:
@@ -174,8 +174,10 @@ time:
|
||||
|
||||
on_time_sync:
|
||||
then:
|
||||
- logger.log: "System clock synchronized"
|
||||
- script.execute: refresh_datetime
|
||||
- lambda: |-
|
||||
ESP_LOGD("time.on_time_sync", "System clock synchronized");
|
||||
ESP_LOGD("time.on_time_sync", "Timezone: %s", get_timezone().c_str());
|
||||
refresh_datetime->execute();
|
||||
|
||||
json: # Can be replaced by web_server
|
||||
|
||||
@@ -2541,7 +2543,7 @@ script:
|
||||
- id: page_utilities
|
||||
mode: restart
|
||||
then:
|
||||
- lambda: resetUtilitiesGroups();
|
||||
- lambda: if (UtilitiesGroups == nullptr) resetUtilitiesGroups();
|
||||
|
||||
- id: page_weather
|
||||
mode: restart
|
||||
@@ -2879,6 +2881,7 @@ script:
|
||||
mode: restart
|
||||
then:
|
||||
- lambda: |-
|
||||
cleanupUtilitiesGroups();
|
||||
boot_event->stop();
|
||||
boot_progress->stop();
|
||||
change_climate_state->stop();
|
||||
|
||||
Reference in New Issue
Block a user