mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Explicitly define wifi client
This commit is contained in:
@@ -18,6 +18,7 @@ lib_deps =
|
|||||||
bblanchon/ArduinoJson@^7.0.0
|
bblanchon/ArduinoJson@^7.0.0
|
||||||
plageoj/UrlEncode@^1.0.1
|
plageoj/UrlEncode@^1.0.1
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
|
WiFiClientSecure
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
build_flags =
|
build_flags =
|
||||||
-DLV_CONF_PATH="../../../../src/conf/lv_conf.h"
|
-DLV_CONF_PATH="../../../../src/conf/lv_conf.h"
|
||||||
@@ -34,6 +35,7 @@ lib_deps =
|
|||||||
bblanchon/ArduinoJson@^7.0.0
|
bblanchon/ArduinoJson@^7.0.0
|
||||||
plageoj/UrlEncode@^1.0.1
|
plageoj/UrlEncode@^1.0.1
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
|
WiFiClientSecure
|
||||||
|
|
||||||
[env:esp32-3248S035C]
|
[env:esp32-3248S035C]
|
||||||
board = esp32-3248S035C
|
board = esp32-3248S035C
|
||||||
@@ -45,6 +47,7 @@ lib_deps =
|
|||||||
bblanchon/ArduinoJson@^7.0.0
|
bblanchon/ArduinoJson@^7.0.0
|
||||||
plageoj/UrlEncode@^1.0.1
|
plageoj/UrlEncode@^1.0.1
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
|
WiFiClientSecure
|
||||||
|
|
||||||
[env:esp32-3248S035C-V]
|
[env:esp32-3248S035C-V]
|
||||||
board = esp32-3248S035C-vertical
|
board = esp32-3248S035C-vertical
|
||||||
@@ -56,6 +59,7 @@ lib_deps =
|
|||||||
bblanchon/ArduinoJson@^7.0.0
|
bblanchon/ArduinoJson@^7.0.0
|
||||||
plageoj/UrlEncode@^1.0.1
|
plageoj/UrlEncode@^1.0.1
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
|
WiFiClientSecure
|
||||||
|
|
||||||
[env:esp32-2432S024C-SD]
|
[env:esp32-2432S024C-SD]
|
||||||
board = esp32-2432S024C-smartdisplay
|
board = esp32-2432S024C-smartdisplay
|
||||||
|
|||||||
Reference in New Issue
Block a user