mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
minimal: esp32: wrover display: increase smd timeout to cover delays in display
This commit is contained in:
parent
df008ef6ce
commit
361a07c8f4
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ app_main(void)
|
|||
info->early_smd_class_filter = LWSSMDCL_INTERACTION |
|
||||
LWSSMDCL_SYSTEM_STATE |
|
||||
LWSSMDCL_NETWORK;
|
||||
info->smd_ttl_us = 20 * LWS_USEC_PER_SEC; /* we can spend a long time in display */
|
||||
|
||||
context = lws_create_context(info);
|
||||
if (!context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue