wip httpd implementation

This commit is contained in:
sle118
2019-12-03 09:29:24 -05:00
parent 583f8249cb
commit 4b3fab563a
4 changed files with 162 additions and 48 deletions

View File

@@ -79,7 +79,7 @@ esp_err_t reboot_post_handler(httpd_req_t *req);
esp_err_t recovery_post_handler(httpd_req_t *req);
esp_err_t status_post_handler(httpd_req_t *req);
esp_err_t ap_scan_handler(httpd_req_t *req);
esp_err_t err_handler(httpd_req_t *req, httpd_err_code_t error);