We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739bd23 commit 282b806Copy full SHA for 282b806
apps.json
@@ -56,7 +56,7 @@
56
"readme": "README.md",
57
"needsFeatures":["BLE"],
58
"storage": [
59
- {"name":".bootcde","url":"app.js"}
+ {"name":".bootcde"}
60
]
61
},
62
{ "id": "blescanner",
apps/openhaystack/app.js
apps/openhaystack/custom.html
@@ -35,7 +35,7 @@
35
A framework for tracking personal Bluetooth devices via Apple's massive Find My network
36
https://github.com/seemoo-lab/openhaystack/issues/59#issuecomment-1303236903
37
*/
38
-const key_b64 = ${JSON.stringify(keyValue)}";
+const key_b64 = ${JSON.stringify(keyValue)};
39
40
function b64ToArray(str) {
41
let bstr = atob(str);
0 commit comments