Ports SM Mod Comp EPR Fix PolarisSS13/Polaris/pull/7009

This commit is contained in:
Nethaufer
2020-04-22 18:18:20 -05:00
parent f2163a55fe
commit 0e85b02340
2 changed files with 11 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
data["SM_power"] = active.power
data["SM_ambienttemp"] = air.temperature
data["SM_ambientpressure"] = air.return_pressure()
data["SM_EPR"] = active.get_epr()
//data["SM_EPR"] = active.get_epr()
if(air.total_moles)
data["SM_gas_O2"] = round(100*air.gas["oxygen"]/air.total_moles,0.01)