spaxel/firmware/main
jedarden ee1caf6ed8 feat: dual-partition OTA rollback validation with 60s role timeout
Update partition layout to 4MB factory/ota_0/ota_1 partitions for larger
firmware images. Add a 60-second validation timer that starts after the
hello message is sent on boot from an OTA partition. The partition is only
marked valid (via esp_ota_mark_app_valid_cancel_rollback) after receiving
a role message from the mothership. If the timer expires without role
receipt, the partition stays unconfirmed and the bootloader rolls back to
the previous firmware on next reset.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 01:43:29 -04:00
..
ble.c feat(firmware): ESP32-S3 firmware skeleton with CSI/BLE/WebSocket 2026-03-26 07:20:55 -04:00
ble.h feat(firmware): ESP32-S3 firmware skeleton with CSI/BLE/WebSocket 2026-03-26 07:20:55 -04:00
CMakeLists.txt feat: dual-partition OTA rollback validation with 60s role timeout 2026-04-07 01:43:29 -04:00
csi.c feat(protocol): full bidirectional node protocol over WebSocket 2026-03-26 23:14:19 -04:00
csi.h feat(firmware): ESP32-S3 firmware skeleton with CSI/BLE/WebSocket 2026-03-26 07:20:55 -04:00
main.c feat(dashboard): per-link motion presence indicator with amplitude time series 2026-03-26 22:55:33 -04:00
provision.c feat(dashboard): per-link motion presence indicator with amplitude time series 2026-03-26 22:55:33 -04:00
provision.h feat(dashboard): per-link motion presence indicator with amplitude time series 2026-03-26 22:55:33 -04:00
spaxel.h feat(firmware): ESP32-S3 firmware skeleton with CSI/BLE/WebSocket 2026-03-26 07:20:55 -04:00
version.h.in feat(firmware): OTA SHA-256 verification and captive portal URL decoding 2026-03-28 19:56:11 -04:00
websocket.c feat: dual-partition OTA rollback validation with 60s role timeout 2026-04-07 01:43:29 -04:00
websocket.h feat(protocol): full bidirectional node protocol over WebSocket 2026-03-26 23:14:19 -04:00
wifi.c feat: implement passive radar auto-detection of router AP 2026-04-06 14:03:03 -04:00
wifi.h feat: implement passive radar auto-detection of router AP 2026-04-06 14:03:03 -04:00