[nextion] Add optional max_queue_size limit to prevent queue overflows (#8976)

This commit is contained in:
Edward Firmo
2025-06-04 06:13:35 -05:00
committed by GitHub
parent 1dd3c6de90
commit 80fd827f8b
5 changed files with 61 additions and 2 deletions
+1
View File
@@ -281,6 +281,7 @@ display:
id: main_lcd
update_interval: 5s
command_spacing: 5ms
max_queue_size: 50
on_sleep:
then:
lambda: 'ESP_LOGD("display","Display went to sleep");'