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:
@@ -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");'
|
||||
|
||||
Reference in New Issue
Block a user