small fix

This commit is contained in:
Andreas Schiffler 2022-08-17 10:24:26 +02:00
parent 8ec4b8e5f4
commit e8524961c5

View file

@ -459,7 +459,7 @@ void app::cbMqtt(char* topic, byte* payload, unsigned int length) {
} }
iv->devControlRequest = true; iv->devControlRequest = true;
} else { } else {
DPRINTLN(DBG_INFO, F("Invalid mqtt payload recevied: ") + String(std::string((char*)payload, (unsigned int)length)); DPRINTLN(DBG_INFO, F("Invalid mqtt payload recevied: ") + String((char*)payload));
} }
break; break;
case TurnOn: // Turn On case TurnOn: // Turn On