diff --git a/lighthub/item.cpp b/lighthub/item.cpp index 91d823d..aac8b41 100644 --- a/lighthub/item.cpp +++ b/lighthub/item.cpp @@ -1050,6 +1050,7 @@ boolean Item::checkModbusRetry() { int cmd = getCmd(true); if (cmd & CMD_RETRY) { // if last sending attempt of command was failed int val = getVal(); + Serial.println(F("Retrying CMD")); cmd &= ~CMD_RETRY; // Clean retry flag Ctrl(cmd,1,&val); // Execute command again