Skip to content

Commit 7108056

Browse files
committed
[nextion] Add configurable startup and queue timeout constants
1 parent 28a3067 commit 7108056

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/components/display/nextion.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ display:
8080
- **auto_wake_on_touch** (*Optional*, boolean): If set to `true`, the Nextion will be configured to wake from sleep
8181
when touched.
8282

83+
- **max_queue_age** (*Optional*, int): Maximum age in milliseconds for queued commands before they are automatically
84+
removed. This helps prevent stale commands from being executed after delays.
85+
Range: 0-65535. Defaults to `8000` (8 seconds).
86+
87+
- **startup_override_ms** (*Optional*, int): Time in milliseconds to wait before forcing the display to be marked as ready
88+
if it hasn't responded to the connection handshake. This is useful for displays with slower startup sequences.
89+
Range: 0-65535. Defaults to `8000` (8 seconds).
90+
8391
- **skip_connection_handshake** (*Optional*, boolean): Sets whether the initial display connection handshake process is
8492
skipped. When set to `true`, the connection will be established without performing the handshake. This can be
8593
useful when using Nextion Simulator. Defaults to `false`.

0 commit comments

Comments
 (0)