mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-27 00:36:34 +00:00
Kiosk checks for stable firmware update before pairing. If available,
downloads + verifies + swaps binary and restarts. No auth needed.
Server: GET /api/firmware/public/check (stable channel, no auth)
GET /api/firmware/public/download/:id (rate-limited, no auth)
Kiosk: check_public() + apply_public() in firmware.rs. Called from
ui.rs worker thread before entering pairing loop. kiosk_app_version
made pub for access from ui.rs.
Also includes kiosk_id deserialization fix (Value instead of String).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| at_rest.rs | ||
| axiom.rs | ||
| bundle.rs | ||
| cec.rs | ||
| firmware.rs | ||
| gpio.rs | ||
| hwmon.rs | ||
| local_server.rs | ||
| main.rs | ||
| onvif_events.rs | ||
| os_update.rs | ||
| pipeline.rs | ||
| remote_debug.rs | ||
| server.rs | ||
| ui.rs | ||
| ws_client.rs | ||