Add map altitude overlay and info toggle

This commit is contained in:
liu weikai
2026-07-06 22:33:36 +08:00
parent 906a061c55
commit 480c7ac94e
5 changed files with 216 additions and 3 deletions
@@ -18,6 +18,7 @@ struct GpsStatusSnapshot
bool fix_valid = false;
double latitude = 0.0;
double longitude = 0.0;
bool has_altitude = false;
float altitude_m = 0.0f;
float speed_mps = 0.0f;
float course_deg = 0.0f;