1
0
Fork 0
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:
Andy Green 2021-10-09 07:36:37 +01:00
parent df008ef6ce
commit 361a07c8f4

View file

@ -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) {