Add heat key word to the display
This commit is contained in:
parent
1e3fe8f6dc
commit
7bd44ec0c2
|
@ -452,7 +452,7 @@ public static class Topology
|
||||||
battery.BusCurrent.ToDisplayString() ,
|
battery.BusCurrent.ToDisplayString() ,
|
||||||
batteryWarnings,
|
batteryWarnings,
|
||||||
batteryAlarms,
|
batteryAlarms,
|
||||||
battery.HeatingCurrent.ToDisplayString() + " H"
|
battery.HeatingCurrent.ToDisplayString() + " HEAT"
|
||||||
);
|
);
|
||||||
|
|
||||||
var box = content.TitleBox($"Battery {i + 1}");
|
var box = content.TitleBox($"Battery {i + 1}");
|
||||||
|
|
Loading…
Reference in New Issue