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 5344559 commit 82324f7Copy full SHA for 82324f7
install.sh
@@ -7,5 +7,8 @@ echo "Commenting out WCharacter.h because it fails to build properly"
7
sed '/WCharacter.h/ s/./\/\/ &/' ~/.ArduinoCore-API/api/ArduinoAPI.h > ~/.ArduinoCore-API/api/tmpArduinoAPI.h
8
mv ~/.ArduinoCore-API/api/tmpArduinoAPI.h ~/.ArduinoCore-API/api/ArduinoAPI.h
9
10
-echo "Linking..."
11
-#ln -s ~/Downloads/ArduinoCore-API/api ~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/.
+echo -e "\n\nLinking..."
+ln -sf ~/.ArduinoCore-API/api cores/arduino/.
12
+
13
+echo "\nModule Successfully installed..."
14
0 commit comments