File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
72
72
FQBN_ESP32H2=" espressif:esp32:esp32h2:PartitionScheme=huge_app"
73
73
74
74
SKETCHES_ESP32=" \
75
- $ARDUINO_ESP32_PATH /libraries/WiFiClientSecure /examples/WiFiClientSecure/WiFiClientSecure.ino\
75
+ $ARDUINO_ESP32_PATH /libraries/NetworkClientSecure /examples/WiFiClientSecure/WiFiClientSecure.ino\
76
76
$ARDUINO_ESP32_PATH /libraries/BLE/examples/Server/Server.ino\
77
77
$ARDUINO_ESP32_PATH /libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino\
78
78
$ARDUINO_ESP32_PATH /libraries/Insights/examples/MinimalDiagnostics/MinimalDiagnostics.ino\
90
90
BOARD=" esp32dev"
91
91
OPTIONS=" board_build.partitions = huge_app.csv"
92
92
build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/WiFi/examples/WiFiClient/WiFiClient.ino" && \
93
- build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/WiFiClientSecure /examples/WiFiClientSecure/WiFiClientSecure.ino" && \
93
+ build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/NetworkClientSecure /examples/WiFiClientSecure/WiFiClientSecure.ino" && \
94
94
build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/BluetoothSerial/examples/SerialToSerialBT/SerialToSerialBT.ino" && \
95
95
build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/BLE/examples/Server/Server.ino" && \
96
96
build_pio_sketch " $BOARD " " $OPTIONS " " $PLATFORMIO_ESP32_PATH /libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino"
You can’t perform that action at this time.
0 commit comments