mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
patch time-out WebSocket esp32
This commit is contained in:
@@ -180,6 +180,7 @@ build_src_filter =
|
||||
${env:esp8266_16mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32_4mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_4mb_fromitems.lib_deps}
|
||||
@@ -200,6 +201,7 @@ build_src_filter =
|
||||
${env:esp32_4mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32_4mb3f]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_4mb3f_fromitems.lib_deps}
|
||||
@@ -221,6 +223,7 @@ build_src_filter =
|
||||
${env:esp32_4mb3f_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32cam_4mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32cam_4mb_fromitems.lib_deps}
|
||||
@@ -244,6 +247,7 @@ build_src_filter =
|
||||
${env:esp32cam_4mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32s2_4mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32s2_4mb_fromitems.lib_deps}
|
||||
@@ -267,6 +271,7 @@ build_src_filter =
|
||||
${env:esp32s2_4mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32c3m_4mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32c3m_4mb_fromitems.lib_deps}
|
||||
@@ -289,6 +294,7 @@ build_src_filter =
|
||||
${env:esp32c3m_4mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32s3_16mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32s3_16mb_fromitems.lib_deps}
|
||||
@@ -313,6 +319,7 @@ build_src_filter =
|
||||
${env:esp32s3_16mb_fromitems.build_src_filter}
|
||||
|
||||
[env:esp32_16mb]
|
||||
extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_16mb_fromitems.lib_deps}
|
||||
|
||||
Reference in New Issue
Block a user