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

@ -86,7 +86,7 @@ private:
};
Button button_set_map {
{ 7 * 8, 7 * 16, 14 * 8, 2 * 16 },
{ 8 * 8, 6 * 16, 14 * 8, 2 * 16 },
"Set from map"
};
};