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 58
58
59
59
SCRIPTS_DIR=" ./.github/scripts"
60
60
if [ " $BUILD_PIO " -eq 0 ]; then
61
- source ./.github/scripts /install-arduino-ide.sh
61
+ source ${SCRIPTS_DIR} /install-arduino-ide.sh
62
62
source ${SCRIPTS_DIR} /install-arduino-core-esp32.sh
63
63
64
64
FQBN_ESP32=" espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app"
@@ -80,7 +80,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
80
80
build " esp32s2" $FQBN_ESP32S2 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32XX
81
81
build " esp32c3" $FQBN_ESP32C3 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32XX
82
82
else
83
- source ./ ${SCRIPTS_DIR} /install-platformio-esp32.sh
83
+ source ${SCRIPTS_DIR} /install-platformio-esp32.sh
84
84
# PlatformIO ESP32 Test
85
85
BOARD=" esp32dev"
86
86
OPTIONS=" board_build.partitions = huge_app.csv"
You can’t perform that action at this time.
0 commit comments