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
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "babymobile-static",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "8012"],
"port": 8012
}
]
}