mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 16:36:38 +02:00
small fix
This commit is contained in:
parent
8ec4b8e5f4
commit
e8524961c5
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ void app::cbMqtt(char* topic, byte* payload, unsigned int length) {
|
|||
}
|
||||
iv->devControlRequest = true;
|
||||
} 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;
|
||||
case TurnOn: // Turn On
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue