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 6aee693 commit 15ae173Copy full SHA for 15ae173
install.sh
@@ -12,7 +12,7 @@ echo "Commenting out WCharacter.h because it fails to build properly"
12
sed '/WCharacter.h/ s/./\/\/ &/' ~/.ArduinoCore-API/api/ArduinoAPI.h > ~/.ArduinoCore-API/api/tmpArduinoAPI.h
13
mv ~/.ArduinoCore-API/api/tmpArduinoAPI.h ~/.ArduinoCore-API/api/ArduinoAPI.h
14
15
-echo "\n\nLinking..."
+echo -e "\n\nLinking..."
16
ln -sf ~/.ArduinoCore-API/api ~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/.
17
18
echo "\nModule Successfully installed..."
0 commit comments