Update ui_jammer.cpp (#2747)

Update warning to reflect actual range limit of bandwidth.
This commit is contained in:
RocketGod
2025-07-30 11:08:00 -07:00
committed by GitHub
parent 28e2f770e5
commit 3983749f11

View File

@@ -274,7 +274,7 @@ bool JammerView::update_config() {
return true; return true;
} else { } else {
if (out_of_ranges) if (out_of_ranges)
nav_.display_modal("Error", "Jamming bandwidth too large.\nMust be less than 24MHz."); nav_.display_modal("Error", "Jamming bandwidth too large.\nMust be 80MHz or less.");
else else
nav_.display_modal("Error", "No range enabled."); nav_.display_modal("Error", "No range enabled.");
return false; return false;