Skip to content

Commit 7fc49cc

Browse files
committed
0.04: Fix installation after broken in 0.03 (fix espruino#3667)
1 parent 1a26dc6 commit 7fc49cc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

apps/openhaystack/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
0.01: New App!
22
0.02: Keep advertising when connected
33
0.03: Use ble_advert module to work with other BLE advert apps
4+
0.04: Fix installation after broken in 0.03 (fix #3667)

apps/openhaystack/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// send finished app
4747
sendCustomizedApp({
4848
storage:[
49-
{name:"openhaystack.boot.js", content:appJS},
49+
{name:"openhaystack.boot.js", content:appJS, url:"openhaystack.boot.js"/* not a real URL but this lets the App Loader know it's a JS file which should be parsed */},
5050
]
5151
});
5252
});

apps/openhaystack/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ "id": "openhaystack",
22
"name": "OpenHaystack (AirTag)",
33
"icon": "icon.png",
4-
"version":"0.03",
4+
"version":"0.04",
55
"description": "Copy a base64 key from https://github.com/seemoo-lab/openhaystack and make your Bangle.js trackable as if it's an AirTag",
66
"tags": "openhaystack,bluetooth,ble,tracking,airtag",
77
"type": "bootloader",
88
"custom": "custom.html",
99
"readme": "README.md",
1010
"supports": ["BANGLEJS","BANGLEJS2"],
1111
"storage": [
12-
{"name":"openhaystack.boot.js"}
12+
{"name":"openhaystack.boot.js", "url":"openhaystack.boot.js" }
1313
]
1414
}

0 commit comments

Comments
 (0)