Set MIC app's freq step a bit lower to 12.5k. Solves #2728 (#2788)

This commit is contained in:
Totoo 2025-09-13 12:38:29 +02:00 committed by GitHub
parent 7626dff1ef
commit 46d87d95ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,6 +446,8 @@ MicTXView::MicTXView(
field_frequency.set_value(tx_frequency);
// TODO: would be nice if frequency step was configurable in this app
// but now, make it a bit lower
receiver_model.set_frequency_step(12'500); // set freq step to 12.5kHz
field_frequency.set_step(receiver_model.frequency_step());
// WARNING: transmitter_model.set_target_frequency() and receiver_model.set_target_frequency() both update the same tuning freq, but one has an offset!