Added unit parameter for geopos widget, updated binary

This commit is contained in:
furrtek
2017-10-28 20:22:55 +02:00
parent d4207cde7b
commit d5aec94eed
8 changed files with 37 additions and 9 deletions
+3 -2
View File
@@ -97,7 +97,7 @@ private:
};
Checkbox check_log {
{ 22 * 8, 2 * 16 + 8 },
{ 22 * 8, 2 * 16 + 12 },
3,
"Log"
};
@@ -116,7 +116,8 @@ private:
};
GeoPos geopos {
{ 0, 6 * 16 }
{ 0, 6 * 16 },
GeoPos::alt_unit::METERS
};
Button button_see_map {