From 085a5f38b85e788823bda8fd97e1ffcc2fd03ea5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 5 Dec 2020 21:56:39 -0500 Subject: [PATCH] making console happier --- firmware/controllers/algo/engine2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/controllers/algo/engine2.cpp b/firmware/controllers/algo/engine2.cpp index 8597a9f5ba..1db4713fdf 100644 --- a/firmware/controllers/algo/engine2.cpp +++ b/firmware/controllers/algo/engine2.cpp @@ -247,7 +247,8 @@ void StartupFuelPumping::update(DECLARE_ENGINE_PARAMETER_SIGNATURE) { #endif void printCurrentState(Logging *logging, int seconds, const char *engineTypeName, const char *firmwareBuildId) { - logging->appendPrintf("%s%s%d@%s%s %s %d%s", PROTOCOL_VERSION_TAG, DELIMETER, + // VersionChecker in rusEFI console is parsing these version string, please follow the expected format + logging->appendPrintf("%s%s%d@%s %s %s %d%s", PROTOCOL_VERSION_TAG, DELIMETER, getRusEfiVersion(), VCS_VERSION, firmwareBuildId, engineTypeName,