Allow saving/loading nvs from the nvs editor - release

This commit is contained in:
Sebastien
2020-09-02 13:09:46 -04:00
parent 8c33acfd35
commit 41cdb8bcdd
3 changed files with 112 additions and 37 deletions

View File

@@ -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) {