File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858
5959SCRIPTS_DIR=" ./.github/scripts"
6060if [ " $BUILD_PIO " -eq 0 ]; then
61- source ./.github/scripts /install-arduino-ide.sh
61+ source ${SCRIPTS_DIR} /install-arduino-ide.sh
6262 source ${SCRIPTS_DIR} /install-arduino-core-esp32.sh
6363
6464 FQBN_ESP32=" espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app"
@@ -80,7 +80,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
8080 build " esp32s2" $FQBN_ESP32S2 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32XX
8181 build " esp32c3" $FQBN_ESP32C3 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32XX
8282else
83- source ./ ${SCRIPTS_DIR} /install-platformio-esp32.sh
83+ source ${SCRIPTS_DIR} /install-platformio-esp32.sh
8484 # PlatformIO ESP32 Test
8585 BOARD=" esp32dev"
8686 OPTIONS=" board_build.partitions = huge_app.csv"
You can’t perform that action at this time.
0 commit comments