We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932bb04 commit c0eab4eCopy full SHA for c0eab4e
scripts/bundle.sh
@@ -3,6 +3,7 @@
3
mkdir -p release/avr-iot-cellular-library
4
cp src release/avr-iot-cellular-library -r
5
cp library.properties release/avr-iot-cellular-library
6
+cp -r examples release/avr-iot-cellular-library
7
cd release
8
9
if [ -z $1 ]; then
@@ -12,4 +13,4 @@ else
12
13
fi
14
15
cd -
-cp ./builds/mini/sandbox/sandbox.ino.hex ./sandbox.hex
16
+cp ./builds/mini/sandbox/sandbox.ino.hex ./sandbox.hex1
0 commit comments