1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

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

This commit is contained in:
Edward Firmo
2025-06-04 13:13:35 +02:00
committed by GitHub
parent 1dd3c6de90
commit 80fd827f8b
5 changed files with 61 additions and 2 deletions

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");'