Fixed file encoding

This commit is contained in:
2019-09-18 10:52:37 +02:00
parent 51117d7559
commit e4054a9206
3 changed files with 6 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ public:
Point3 apPos = Settings::data.CurrentPath.NUCs.find(wifi.first)->second.position;
Point3 particlePos = p.state.pos.pos;
particlePos.z = 1.3; // smartphone h<EFBFBD>he
particlePos.z = 1.3; // smartphone höhe
float apDist = particlePos.getDistance(apPos);
if (Settings::UseKalman)