This commit is contained in:
rusefi 2020-07-31 20:24:01 -04:00
parent e795f6bde8
commit 62dc27f2fd
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ public class BinaryProtocol implements BinaryProtocolCommands {
public static String findCommand(byte command) {
switch (command) {
case Fields.TS_PAGE_COMMAND:
return "PAGE";
case Fields.TS_COMMAND_F:
return "PROTOCOL";
case Fields.TS_CRC_CHECK_COMMAND: