Exosuit control console: cell charge now shows the real value (#20064)

This commit is contained in:
Henri215
2023-01-03 19:49:33 -03:00
committed by GitHub
parent 9ea1b569bb
commit 04dc114cfa
+1 -1
View File
@@ -141,7 +141,7 @@
data["cell"] = M.cell
if(M.cell)
data["cellCharge"] = M.cell.charge
data["cellMaxCharge"] = M.cell.charge
data["cellMaxCharge"] = M.cell.maxcharge
data["airtank"] = M.return_pressure()
data["pilot"] = M.occupant
data["location"] = get_area(M)