File tree 3 files changed +3
-1
lines changed
arduino-bluefruit-led-onoff
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
OUT=$PWD /generated
4
- LIST=$OUT /example -list.json
4
+ LIST=$OUT /examples -list.json
5
5
6
6
rm -rf $OUT
7
7
mkdir $OUT
Original file line number Diff line number Diff line change 7
7
{"label" : " arduino" , "type" : " platform" },
8
8
{"label" : " ble" , "type" : " comm" }],
9
9
"libraries" : [{"name" : " jquery" , "version" : " 2.1.1" }],
10
+ "app-dir" : " app" ,
10
11
"index-file" : " app/index.html" ,
11
12
"uuid" : " fe860e6e-d35e-4bd0-831a-7703cc2f8b18" ,
12
13
"icon" : " app-icon.png" ,
Original file line number Diff line number Diff line change 8
8
{"label" : " wifi" , "type" : " comm" }],
9
9
"libraries" : [{"name" : " jquery" , "version" : " 2.1.1" }],
10
10
"index-file" : " app/index.html" ,
11
+ "app-dir" : " app" ,
11
12
"uuid" : " fe860e6e-d35e-4bd0-831a-7703cc2f8b06" ,
12
13
"icon" : " app-icon.png" ,
13
14
"doc-url" : " https://evothings.com/2.1/doc/examples/arduino-scriptable-tcp.html"
You can’t perform that action at this time.
0 commit comments