v0.8.950
This commit is contained in:
@@ -136,7 +136,6 @@ void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (strstr(buf, "http")==buf){
|
if (strstr(buf, "http")==buf){
|
||||||
Serial.println(payload);
|
|
||||||
if(len+1>sizeof(player.burl)) return;
|
if(len+1>sizeof(player.burl)) return;
|
||||||
strlcpy(player.burl, payload, len+1);
|
strlcpy(player.burl, payload, len+1);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user