build 200731. empty vehicle load visualization support, basic inverter diagnostics, draw range limits bug fixes

This commit is contained in:
tmj-fstate
2020-08-02 18:27:22 +02:00
parent e74a614385
commit f2110ced25
6 changed files with 31 additions and 42 deletions

View File

@@ -907,6 +907,7 @@ debug_panel::update_section_engine( std::vector<text_line> &Output ) {
Output.emplace_back( parameters, Global.UITextColor );
}
Output.emplace_back( "Inverter:\n frequency: " + to_string( mover.InverterFrequency, 2 ), Global.UITextColor );
}
// diesel engine data
if( mover.EngineType == TEngineType::DieselEngine ) {