REO progress

This commit is contained in:
rusefi 2020-08-15 11:14:54 -04:00
parent 6e07bd29e8
commit c513dc8272
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ public class Backend implements Closeable {
.add(ControllerInfo.VEHICLE_NAME, controllerInfo.getVehicleName())
.add(ControllerInfo.ENGINE_MAKE, controllerInfo.getEngineMake())
.add(ControllerInfo.ENGINE_CODE, controllerInfo.getEngineCode())
.add(SessionDetails.CONNECTOR_VERSION, sessionDetails.getAuthToken());
.add(SessionDetails.CONNECTOR_VERSION, sessionDetails.getConsoleVersion());
objectBuilder = addStreamStats(objectBuilder, client.getStream());
if (owner != null) {
objectBuilder = objectBuilder.add(ProxyClient.OWNER, owner.getUserName());