Skip to content

Commit ba351a8

Browse files
committed
Whoopsie
1 parent 8a27284 commit ba351a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/install-arduino-core-esp32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
1818
# I don't get the code below, you'd want to test the source code in the current repository (forked or not), not in the espressif repo right?
1919
#if [ "$GITHUB_REPOSITORY" == "espressif/arduino-esp32" ]; then
2020
echo "Linking Core..."
21-
ln -s $GITHUB_WORKSPACE "$PLATFORMIO_ESP32_PATH"
21+
ln -s $GITHUB_WORKSPACE "$ARDUINO_ESP32_PATH"
2222
#else
2323
# echo "Cloning Core Repository ..."
2424
# git clone --recursive https://github.com/espressif/arduino-esp32.git "$PLATFORMIO_ESP32_PATH" > /dev/null 2>&1

.github/scripts/on-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ else
7171
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/BluetoothSerial/examples/SerialToSerialBT/SerialToSerialBT.ino" && \
7272
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/BLE/examples/BLE_server/BLE_server.ino" && \
7373
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/AzureIoT/examples/GetStarted/GetStarted.ino" && \
74-
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino" && \
74+
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino" && \
7575
build_pio_sketch "$BOARD" "$PLATFORMIO_ESP32_PATH/libraries/ESP32/examples/Serial/NoInterrupt/NoInterrupt.ino"
7676
#build_pio_sketches esp32dev "$PLATFORMIO_ESP32_PATH/libraries"
7777
fi

0 commit comments

Comments
 (0)