resetUtilitiesGroups on page load

This commit is contained in:
Edward Firmo
2024-03-27 09:15:57 +01:00
parent 39d41914f4
commit b85883993f
3 changed files with 25 additions and 20 deletions

View File

@@ -101,15 +101,7 @@ esp32:
framework:
type: esp-idf
sdkconfig_options:
CONFIG_D0WD_PSRAM_CLK_IO: "5"
CONFIG_D0WD_PSRAM_CS_IO: "18"
CONFIG_ESP32_REV_MIN_3: "y"
CONFIG_SPIRAM_SUPPORT: "y"
psram:
id: ext_ram
mode: quad
speed: 80MHz
##### WIFI SETUP #####
wifi:
@@ -2421,7 +2413,8 @@ script:
- id: page_utilities
mode: restart
then: # There's nothing here so far
then:
- lambda: resetUtilitiesGroups();
- id: page_weather
mode: restart