I would like to convert a byte *payloadbyte *payload to Stringa String, because I want to compare the content of the payloadpayload to other Stringanother String.
void mqttCallbackHandler(char *topic, byte *payload, unsigned int length)
{
String payloadstr = ???
...
}