mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 08:47:37 +00:00
Update ui_jammer.cpp (#2747)
Update warning to reflect actual range limit of bandwidth.
This commit is contained in:
@@ -274,7 +274,7 @@ bool JammerView::update_config() {
|
||||
return true;
|
||||
} else {
|
||||
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
|
||||
nav_.display_modal("Error", "No range enabled.");
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user