Skip to content

Commit

Permalink
Explicitly define wifi client
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Oct 29, 2024
1 parent 650b055 commit 9a915be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CYD-Klipper/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lib_deps =
bblanchon/ArduinoJson@^7.0.0
plageoj/UrlEncode@^1.0.1
knolleary/PubSubClient@^2.8
WiFiClientSecure
monitor_filters = esp32_exception_decoder
build_flags =
-DLV_CONF_PATH="../../../../src/conf/lv_conf.h"
Expand All @@ -34,6 +35,7 @@ lib_deps =
bblanchon/ArduinoJson@^7.0.0
plageoj/UrlEncode@^1.0.1
knolleary/PubSubClient@^2.8
WiFiClientSecure

[env:esp32-3248S035C]
board = esp32-3248S035C
Expand All @@ -45,6 +47,7 @@ lib_deps =
bblanchon/ArduinoJson@^7.0.0
plageoj/UrlEncode@^1.0.1
knolleary/PubSubClient@^2.8
WiFiClientSecure

[env:esp32-3248S035C-V]
board = esp32-3248S035C-vertical
Expand All @@ -56,6 +59,7 @@ lib_deps =
bblanchon/ArduinoJson@^7.0.0
plageoj/UrlEncode@^1.0.1
knolleary/PubSubClient@^2.8
WiFiClientSecure

[env:esp32-2432S024C-SD]
board = esp32-2432S024C-smartdisplay
Expand Down

0 comments on commit 9a915be

Please sign in to comment.