mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 05:44:31 -04:00
GeoMap and Jammer clean up
Jammer ranges can now be set with center and width GeoMap can be moved with touch GeoMap negative coordinates bugfix Replay app throws error if no files found instead of crashing
This commit is contained in:
parent
1a6d80cd10
commit
cb880258fb
7 changed files with 499 additions and 304 deletions
|
@ -102,7 +102,10 @@ void ReplayAppView::on_hide() {
|
|||
}*/
|
||||
|
||||
void ReplayAppView::focus() {
|
||||
field_frequency.focus();
|
||||
if (!file_error) {
|
||||
field_frequency.focus();
|
||||
} else
|
||||
nav_.display_modal("No files", "No .C16 files in\nSD card root", ABORT, nullptr);
|
||||
}
|
||||
|
||||
void ReplayAppView::on_target_frequency_changed(rf::Frequency f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue