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:
parent
8da83db1e5
commit
31b9f805ea
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue