Use PSRAM with Nextion Upload TFT
Helps with the following: - #1983 - #1946 - #1815
This commit is contained in:
@@ -17,7 +17,7 @@ substitutions:
|
||||
invalid_cooldown: "100ms"
|
||||
bytes_per_char: "1"
|
||||
##### DON'T CHANGE THIS ######
|
||||
version: "4.3.5d1"
|
||||
version: "4.3.5.dev1"
|
||||
##############################
|
||||
|
||||
##### External components #####
|
||||
@@ -34,9 +34,10 @@ external_components:
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/edwardtfn/esphome
|
||||
ref: nextion-v432
|
||||
ref: nextion-23 # nextion-v432
|
||||
components:
|
||||
- nextion # Change this when that PR#6192 gets released (2024.4?)
|
||||
- nextion # Change this when that PR#6192 gets released (2024.5?)
|
||||
- psram
|
||||
refresh: 300s
|
||||
- source:
|
||||
type: git
|
||||
@@ -2668,7 +2669,7 @@ script:
|
||||
#if ESPHOME_LOG_LEVEL > ESPHOME_LOG_LEVEL_DEBUG
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "Page: %s", current_page->state.c_str());
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "Page id: %i", get_page_id(current_page->state.c_str()));
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "buttons_bars_pages: %i", id(buttons_bars_pages));
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "buttons_bars_pages: %" PRIu32, id(buttons_bars_pages));
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "relay_settings: %i", id(relay_settings));
|
||||
ESP_LOGV("script.refresh_hardware_buttons_bars", "button_mask: %i", button_mask);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user