You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GUI narrowband selector and responder negotiation for OFDM_NARROW
- Expand expert waveform dropdown from 3 to 5 items: AUTO, OFDM (OFDM_CHIRP),
OFDM Narrow, OFDM HiSpeed (OFDM_COX), DPSK. "OFDM" now maps to OFDM_CHIRP
(the recommended mode) instead of OFDM_COX.
- Add session-scoped narrowband_override_ to Connection so responder
negotiateMode() picks OFDM_NARROW when narrowband chirp is detected,
without requiring the initiator to send explicit preferred_mode.
Override is cleared on disconnect/reset to avoid leaking to later sessions.
- Wire narrowband chirp detection to override in app.cpp, virtual station,
and cli_simulator ping callbacks.
- Fix initiator narrowband: selecting OFDM Narrow in GUI now switches
encoder to narrowband chirps via modem_.setNarrowbandControl(true).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments