From 8a7319449f05bce3e11b44372d15edfd39d9f9a6 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 4 Jan 2019 22:09:50 -0500 Subject: [PATCH] docs --- firmware/console/console_io.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firmware/console/console_io.cpp b/firmware/console/console_io.cpp index 3f0b976474..b7a02b3e54 100644 --- a/firmware/console/console_io.cpp +++ b/firmware/console/console_io.cpp @@ -170,6 +170,13 @@ void runConsoleLoop(ts_channel_s *console) { if (consoleInBinaryMode) { #if EFI_SIMULATOR || defined(__DOXYGEN__) + /** + * Originally there was an attempt to have a human-readable text-based custom communication + * protocol between rusEfi console and rusEfi firmware. This is still kind of a bit functional + * but probably not very useful. + * Here we switch from that text mode into the protocol which is currently known as TunerStudio protocol + * even while historically it could be rooted in some older software. + */ logMsg("Switching to binary mode\r\n"); #endif // switch to binary protocol