Add heat key word to the display

This commit is contained in:
atef 2024-02-05 15:37:47 +01:00
parent 1e3fe8f6dc
commit 7bd44ec0c2
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ public static class Topology
battery.BusCurrent.ToDisplayString() ,
batteryWarnings,
batteryAlarms,
battery.HeatingCurrent.ToDisplayString() + " H"
battery.HeatingCurrent.ToDisplayString() + " HEAT"
);
var box = content.TitleBox($"Battery {i + 1}");