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 7612b16 commit a07a554Copy full SHA for a07a554
extras/e2studioProjects/Santiago/fsp_to_arduino.sh
@@ -2,6 +2,9 @@
2
3
CORE_PATH=$(pwd -P)/../../../
4
TARGET=UNOWIFIR4
5
+if [ $1 != "" ]; then
6
+TARGET=$1
7
+fi
8
9
# this part changes the makefile generated by e2studio (removing ra_gen from the build)
10
# then it cleans the build and re-build all again
0 commit comments