mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 18:37:47 +00:00
cleanup
This commit is contained in:
parent
9097d646ca
commit
d0ac5388d9
@ -78,7 +78,7 @@ void AsyncWebServer::begin() {
|
||||
}
|
||||
|
||||
esp_err_t AsyncWebServer::request_post_handler(httpd_req_t *r) {
|
||||
ESP_LOGD(TAG, "Enter AsyncWebServer::request_post_handler. uri=%s", r->uri);
|
||||
ESP_LOGVV(TAG, "Enter AsyncWebServer::request_post_handler. uri=%s", r->uri);
|
||||
auto content_type = request_get_header(r, "Content-Type");
|
||||
|
||||
#ifdef USE_WEBSERVER_OTA
|
||||
|
Loading…
x
Reference in New Issue
Block a user