mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-26 14:46:23 -05:00
Update ui_jammer.cpp (#2747)
Update warning to reflect actual range limit of bandwidth.
This commit is contained in:
parent
28e2f770e5
commit
3983749f11
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue