mirror of
https://github.com/smittix/intercept.git
synced 2026-07-02 06:48:58 -07:00
0d45d5ce07
- Fix _pollUntilConnected overwriting real error with generic timeout message — stop polling once backend reaches error state - Fix battery % calculation: was battery_mv/42 (71% at empty); now (battery_mv-3000)/12 for a proper 0-100% LiPo curve - Improve auto-detect: scan available ports rather than blindly using /dev/ttyUSB0; update label to show fallback so users know what to expect - Add port refresh button (↻) — previously required switching modes and back if device was plugged in after panel opened - Add baud rate selector to serial config strip (default 115200, options up to 921600) and wire it through to the connect request Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>