From 94ba59ea771f4ab703e9d172de449373b1c33b92 Mon Sep 17 00:00:00 2001 From: Eduard Voronkin Date: Mon, 13 Nov 2023 12:07:29 -0800 Subject: [PATCH] CEC-5420 add wildcard ECU for triggering reading off all ECUs. (#483) --- src/components/Controls/SendDiagnosticCommand/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Controls/SendDiagnosticCommand/index.jsx b/src/components/Controls/SendDiagnosticCommand/index.jsx index 4c5b999..487ccbc 100644 --- a/src/components/Controls/SendDiagnosticCommand/index.jsx +++ b/src/components/Controls/SendDiagnosticCommand/index.jsx @@ -128,7 +128,7 @@ const SendDiagnosticCommand = ({ vin, token, classes }) => { : currentCommand === "read_ecu_versions" ? - + : null }