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:
furrtek 2017-08-12 07:07:21 +01:00
parent 1a6d80cd10
commit cb880258fb
7 changed files with 499 additions and 304 deletions

View file

@ -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) {