This commit is contained in:
e2002
2023-02-21 22:35:38 +03:00
parent fb26dbbf14
commit fe95774f14

View File

@@ -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;