mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Allow saving/loading nvs from the nvs editor - release
This commit is contained in:
@@ -721,6 +721,7 @@ esp_err_t config_post_handler(httpd_req_t *req){
|
||||
|
||||
if(err==ESP_OK){
|
||||
httpd_resp_sendstr(req, "{ \"result\" : \"OK\" }");
|
||||
messaging_post_message(MESSAGING_INFO,MESSAGING_CLASS_SYSTEM,"Save Success");
|
||||
}
|
||||
cJSON_Delete(root);
|
||||
if(bOTA) {
|
||||
|
||||
Reference in New Issue
Block a user