CEC-5420 add wildcard ECU for triggering reading off all ECUs. (#483)
This commit is contained in:
@@ -128,7 +128,7 @@ const SendDiagnosticCommand = ({ vin, token, classes }) => {
|
||||
<RemoteIgnitionCommand ignitionState={ignitionState} setIgnitionState={setIgnitionState} seconds={seconds} setSeconds={setSeconds} />
|
||||
: currentCommand === "read_ecu_versions"
|
||||
?
|
||||
<AllECUsCommand classes={classes} ecus={ecus} currentECU={currentECU} setCurrentECU={setCurrentECU} />
|
||||
<AllECUsCommand classes={classes} ecus={ecus.concat({ ecu: "*" })} currentECU={currentECU} setCurrentECU={setCurrentECU} />
|
||||
: null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user