mirror of
https://github.com/wled/WLED.git
synced 2026-04-06 23:43:52 +00:00
comment out printing API commands in IR handling
This commit is contained in:
@@ -580,12 +580,12 @@ void decodeIRJson(uint32_t code)
|
||||
} else {
|
||||
lastRepeatableCommand = "";
|
||||
}
|
||||
Serial.println("exec: " + htmlCmd);
|
||||
//Serial.println("exec: " + htmlCmd);
|
||||
handleSet(nullptr, htmlCmd, false);
|
||||
lastValidCode = code;
|
||||
} else if (!jsonCmdObj.isNull()) {
|
||||
Serial.println("exec json cmd:");
|
||||
serializeJson(jsonCmdObj, Serial);
|
||||
//Serial.println("exec json cmd:");
|
||||
//serializeJson(jsonCmdObj, Serial);
|
||||
deserializeState(jsonCmdObj);
|
||||
lastValidCode = code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user