add app, fix ble, use flash

This commit is contained in:
zyphlar
2026-07-04 03:28:14 -07:00
parent e6a2a65b82
commit 24de5d8d39
13 changed files with 1028 additions and 249 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "BabyMobile Audio Manager",
"short_name": "BabyMobile",
"description": "Scan, upload and play audio on the BabyMobile XIAO over Bluetooth LE.",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#140d2b",
"theme_color": "#1f1147",
"icons": [
{ "src": "./icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any maskable" }
]
}