We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebaa7 commit d13de7bCopy full SHA for d13de7b
tools/install-arduino.sh
@@ -86,5 +86,5 @@ rm -rf "$AR_COMPS/arduino/libraries/OpenThread"
86
#
87
# A modified Arduino component file is needed. Not wanted components removed. Else compile fails
88
89
-cp -f "$AR_PATCHES/arduino_component.yml" "$AR_COMPS//arduino/idf_component.yml"
90
-cp -f "$AR_PATCHES/arduino_CMakeLists.txt" "$AR_COMPS//arduino/CMakeLists.txt"
+cp -f "$AR_PATCHES/arduino_component.yml" "$AR_COMPS/arduino/idf_component.yml"
+cp -f "$AR_PATCHES/arduino_CMakeLists.txt" "$AR_COMPS/arduino/CMakeLists.txt"
0 commit comments