feat: Added threshold to unit movement

This commit is contained in:
Pax1601
2025-09-09 18:24:53 +02:00
parent 4e6701ff01
commit 73a7ea74f3
4 changed files with 11 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ struct Coords {
double lat = 0;
double lng = 0;
double alt = 0;
double threshold = 0; // used for proximity checks only, not part of the actual coordinates
};
struct Offset {