From 20028a2027e5fe506ebeeb704f47c05d36fcb72f Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Tue, 12 May 2020 03:10:19 +0300 Subject: [PATCH] Update on-push.sh --- .github/scripts/on-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/on-push.sh b/.github/scripts/on-push.sh index 35d5d1a3..aa6414c6 100755 --- a/.github/scripts/on-push.sh +++ b/.github/scripts/on-push.sh @@ -84,7 +84,7 @@ else # build_pio_sketch "$BOARD" "$OPTIONS" "$PLATFORMIO_ESP32_PATH/libraries/WiFi/examples/WiFiClient/WiFiClient.ino" && \ # build_pio_sketch "$BOARD" "$OPTIONS" "$PLATFORMIO_ESP32_PATH/libraries/WiFiClientSecure/examples/WiFiClientSecure/WiFiClientSecure.ino" - python -m platformio ci --verbose --board "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/WiFi/examples/WiFiClient" --project-option="board_build.mcu = esp32s2" + #python -m platformio ci --verbose --board "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/WiFi/examples/WiFiClient" --project-option="board_build.mcu = esp32s2" #build_pio_sketches "$BOARD" "$OPTIONS" "$PLATFORMIO_ESP32_PATH/libraries" fi