Skip to content

Commit 282b806

Browse files
committed
oops - openhaystack fixes
1 parent 739bd23 commit 282b806

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

apps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"readme": "README.md",
5757
"needsFeatures":["BLE"],
5858
"storage": [
59-
{"name":".bootcde","url":"app.js"}
59+
{"name":".bootcde"}
6060
]
6161
},
6262
{ "id": "blescanner",

apps/openhaystack/app.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/openhaystack/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
A framework for tracking personal Bluetooth devices via Apple's massive Find My network
3636
https://github.com/seemoo-lab/openhaystack/issues/59#issuecomment-1303236903
3737
*/
38-
const key_b64 = ${JSON.stringify(keyValue)}";
38+
const key_b64 = ${JSON.stringify(keyValue)};
3939
4040
function b64ToArray(str) {
4141
let bstr = atob(str);

0 commit comments

Comments
 (0)