Skip to content

Commit c0eab4e

Browse files
author
m19936
committed
Fixed an issue where examples were not bundled
1 parent 932bb04 commit c0eab4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bundle.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
mkdir -p release/avr-iot-cellular-library
44
cp src release/avr-iot-cellular-library -r
55
cp library.properties release/avr-iot-cellular-library
6+
cp -r examples release/avr-iot-cellular-library
67
cd release
78

89
if [ -z $1 ]; then
@@ -12,4 +13,4 @@ else
1213
fi
1314

1415
cd -
15-
cp ./builds/mini/sandbox/sandbox.ino.hex ./sandbox.hex
16+
cp ./builds/mini/sandbox/sandbox.ino.hex ./sandbox.hex1

0 commit comments

Comments
 (0)