From ac71e4436b8731af6ae0137b4b92c3f8cfd60e2c Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Mon, 4 Mar 2019 16:02:17 +0300 Subject: [PATCH] fix --- lighthub/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 388417a..b3a6f38 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -227,11 +227,13 @@ else { *subItem = 0; subItem++; + if (*subItem=='$') return; //Skipping homie stuff + // debugSerial<