1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

[Simulator] Fix telemetry simulator log reader expected header for Cels column (closes #6167).

This commit is contained in:
Max Paperno 2018-09-10 23:15:50 -04:00
parent 8da83db1e5
commit 31b9f805ea
No known key found for this signature in database
GPG key ID: F5A9DFACA08DD174

View file

@ -688,6 +688,7 @@ TelemetrySimulator::LogPlaybackController::LogPlaybackController(Ui::TelemetrySi
colToFuncMap.insert("VFAS(V)", FASV);
colToFuncMap.insert("Curr(A)", FASC);
colToFuncMap.insert("Cels(gRe)", CELS_GRE);
colToFuncMap.insert("Cels(V)", CELS_GRE);
colToFuncMap.insert("ASpd(kts)", ASPD_KTS);
colToFuncMap.insert("ASpd(kmh)", ASPD_KMH);
colToFuncMap.insert("ASpd(mph)", ASPD_MPH);