Fixing #59 and unnecessary jack insertion messages-release

This commit is contained in:
Sebastien
2020-11-21 09:26:56 -05:00
parent 2687023b6f
commit 2d573da503
5 changed files with 5 additions and 13 deletions

View File

@@ -1182,6 +1182,8 @@ esp_err_t status_get_handler(httpd_req_t *req){
else {
httpd_resp_send_err(req, HTTPD_500_INTERNAL_SERVER_ERROR , "Error retrieving status object");
}
// update status for next status call
wifi_manager_update_status();
return ESP_OK;
}