Skip to content

Commit 5b5506d

Browse files
committed
Fixed some missing app-dir and a typo
1 parent 35cb131 commit 5b5506d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
OUT=$PWD/generated
4-
LIST=$OUT/example-list.json
4+
LIST=$OUT/examples-list.json
55

66
rm -rf $OUT
77
mkdir $OUT

examples/arduino-bluefruit-led-onoff/evothings.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{"label": "arduino", "type": "platform"},
88
{"label": "ble", "type": "comm"}],
99
"libraries": [{"name": "jquery", "version": "2.1.1"}],
10+
"app-dir": "app",
1011
"index-file": "app/index.html",
1112
"uuid": "fe860e6e-d35e-4bd0-831a-7703cc2f8b18",
1213
"icon": "app-icon.png",

examples/arduino-scriptable-tcp/evothings.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{"label": "wifi", "type": "comm"}],
99
"libraries": [{"name": "jquery", "version": "2.1.1"}],
1010
"index-file": "app/index.html",
11+
"app-dir": "app",
1112
"uuid": "fe860e6e-d35e-4bd0-831a-7703cc2f8b06",
1213
"icon": "app-icon.png",
1314
"doc-url": "https://evothings.com/2.1/doc/examples/arduino-scriptable-tcp.html"

0 commit comments

Comments
 (0)