mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 04:01:41 +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;
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue