Skip to content

Commit 4dbfc31

Browse files
authored
patch Pio script
1 parent f32d77b commit 4dbfc31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/install-arduino.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ fi
7070

7171
if [ $? -ne 0 ]; then exit 1; fi
7272

73+
# Patch to use the framework included "framework-arduinoespressif32-libs"
74+
Echo "Patch to use the framework included arduinoespressif32-libs"
75+
cd "$AR_COMPS/arduino"
76+
patch -p1 -N -i ../patches/platformio-build.diff
77+
cd -
78+
7379
#
7480
# CLONE/UPDATE ESP32-ARDUINO-LIBS
7581
#

0 commit comments

Comments
 (0)