Fix BLE upload: write-with-response on CMD+DATA, on-demand advertising, wake-play-random, remove startup blink

This commit is contained in:
zyphlar
2026-07-04 03:28:14 -07:00
parent d3bd7b71b9
commit 96d0c44d11
5 changed files with 68 additions and 39 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// sw.js — minimal offline cache so the PWA launches without a network.
const CACHE = 'babymobile-v8';
const CACHE = 'babymobile-v9';
const ASSETS = [
'./', './index.html', './styles.css',
'./app.js', './ble.js', './wav.js',