This commit is contained in:
zogodo
2020-02-11 00:56:04 +08:00
parent cf1c1904b7
commit 88141b130f
3 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ static int HttpSetMqttConfig(httpd_request_t *req)
require_noerr(err, exit);
sscanf(buf, "%s %d", MQTT_SERVER, &MQTT_SERVER_PORT);
user_mqtt_init();
//user_mqtt_init();
send_http("OK", 2, exit, &err);