Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5ee33e2

Browse files
committedOct 12, 2015
remove tools folder
1 parent 80a35e4 commit 5ee33e2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
 

‎.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "arduino"]
2-
path = arduino
3-
url = https://github.com/facchinm/arduino-flash-tools

‎arduino

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎compile_webidebridge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ createZipEmbeddableFileArduino()
3232
cp fakecerts/*.pem arduino/
3333
mv arduino/arduino/tools* arduino/arduino/tools
3434
cd arduino
35-
zip -r arduino.zip arduino/* config.ini *.pem > /dev/null
35+
zip -r arduino.zip config.ini *.pem > /dev/null
3636
cd ..
3737
#cat arduino/arduino.zip >> $3
3838
#zip --adjust-sfx $3

0 commit comments

Comments
 (0)
Please sign in to comment.