Fix logs not opening in msdroid (#1114)

* Update speeduino.ini

this fix parse problem in the msdroid debuglogs

* fix logs not opening in msdroid

this fix a problem that the logs the msdroid created cannot be open in msdroid itself
This commit is contained in:
155ac 2023-10-10 22:26:08 -03:00 committed by GitHub
parent f133b0f613
commit 2f711ffdb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -5527,11 +5527,11 @@ cmdVSSratio6 = "E\x99\x06"
entry = fuelLoad, "FuelLoad", float, "%.1f"
entry = ignLoad, "IgnitionLoad", float, "%.1f"
entry = syncStatus, "Sync status", int, "%d"
entry = engineProtectRPM, "Engine Prot. RPM", int, "activeInactive", { engineProtectType }
entry = engineProtectMAP, "Engine Prot. MAP", int, "activeInactive", { engineProtectType && boostCutEnabled }
entry = engineProtectOil, "Engine Prot. Oil Pressure", int, "activeInactive", { engineProtectType && oilPressureProtEnbl && oilPressureEnable }
entry = engineProtectAFR, "Engine Prot. AFR", int, "activeInactive", { engineProtectType && afrProtectEnabled && (egoType == 2) }
entry = engineProtectCoolant, "Engine Prot. CLT", int, "activeInactive", { engineProtectType }
entry = engineProtectRPM, "Engine Prot. RPM", int, "onOff", { engineProtectType }
entry = engineProtectMAP, "Engine Prot. MAP", int, "onOff", { engineProtectType && boostCutEnabled }
entry = engineProtectOil, "Engine Prot. Oil Pressure", int, "onOff", { engineProtectType && oilPressureProtEnbl && oilPressureEnable }
entry = engineProtectAFR, "Engine Prot. AFR", int, "onOff", { engineProtectType && afrProtectEnabled && (egoType == 2) }
entry = engineProtectCoolant, "Engine Prot. CLT", int, "onOff", { engineProtectType }
[LoggerDefinition]
; valid logger types: composite, tooth, trigger, csv