Skip to content

Commit 5beb727

Browse files
authored
Update on-push.sh
1 parent f33c332 commit 5beb727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
6161
else
6262
# PlatformIO Test
6363
source ./.github/scripts/install-platformio-esp32.sh
64-
BOARD="esp32dev"
64+
BOARD="esp32dev"
6565
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/WiFi/examples/WiFiClient/WiFiClient.ino" && \
6666
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/WiFiClientSecure/examples/WiFiClientSecure/WiFiClientSecure.ino" && \
6767
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/BluetoothSerial/examples/SerialToSerialBT/SerialToSerialBT.ino" && \

0 commit comments

Comments
 (0)