mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 01:45:46 -04:00
Wardrive Map app (#2050)
* WardriveMap app * better txt * Count only displayed markers
This commit is contained in:
parent
fa56cdd015
commit
2dca408e45
6 changed files with 323 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue