MeshCore/examples/kiss_modem
agessaman 0fb570338f fix(kiss): periodic noise floor calibration and AGC reset
- Trigger noise floor calibration every 2s and AGC reset every 30s in main loop.
- Reorder loop to match Dispatcher: calibrate + radio.loop() before AGC reset
  and recvRaw() so RSSI is never sampled right after startReceive().
- Update protocol doc with calibration intervals and typical noise floor range.
- Variant platformio.ini updates (heltec_v3, rak4631).
2026-02-03 20:58:39 -08:00
..
KissModem.cpp Remove sync word handling from KissModem. 2026-02-02 18:05:26 +01:00
KissModem.h Remove sync word handling from KissModem. 2026-02-02 18:05:26 +01:00
main.cpp fix(kiss): periodic noise floor calibration and AGC reset 2026-02-03 20:58:39 -08:00