v0.8.950
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user