mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 08:13:44 +00:00
- calibrate_image: revert to datasheet band table. Narrow ±2 MHz window had truncation bug placing 433/869 MHz operating freq outside their own calibration windows. DS §9.2.1 confirms cal is range-validity, not point-precision - reset_agc: K_FOREVER mutex → K_MSEC(50). Was holding dispatcher thread up to ~3 s if a long TX/RX held the SPI lock. Now bails with WARN log; caller retries next maintenance interval.