remaining change detectors

This commit is contained in:
openshwprojects
2022-04-17 03:26:57 +02:00
parent f46e5d5744
commit 8786b4eb41
5 changed files with 23 additions and 9 deletions

View File

@ -303,6 +303,8 @@ int http_fn_cfg_mqtt_set(http_request_t *request) {
CFG_SetMQTTBrokerName(tmpA);
}
CFG_Save_IfThereArePendingChanges();
poststr(request,"Please wait for module to connect... if there is problem, restart it from Index html page...");
poststr(request,"<br>");