Wardrive Map app (#2050)

* WardriveMap app

* better txt

* Count only displayed markers
This commit is contained in:
Totoo 2024-03-29 01:25:23 +01:00 committed by GitHub
parent fa56cdd015
commit 2dca408e45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 323 additions and 2 deletions

View file

@ -62,8 +62,7 @@ FoxhuntRxView::FoxhuntRxView(NavigationView& nav)
};
geomap.set_mode(DISPLAY);
geomap.set_manual_panning(false);
// geomap.set_enable_additional_zoom(true);
// geomap.set_hide_center_marker(true); //todo hide again after testing
// geomap.set_hide_center_marker(true); //todo test if needed
geomap.set_focusable(true);
geomap.clear_markers();
receiver_model.set_modulation(ReceiverModel::Mode::AMAudio);