mirror of https://github.com/e2002/yoradio.git
v0.8.950
This commit is contained in:
parent
fb26dbbf14
commit
fe95774f14
|
|
@ -136,7 +136,6 @@ void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties
|
|||
return;
|
||||
}
|
||||
if (strstr(buf, "http")==buf){
|
||||
Serial.println(payload);
|
||||
if(len+1>sizeof(player.burl)) return;
|
||||
strlcpy(player.burl, payload, len+1);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue