This commit is contained in:
J. Nick Koston 2025-06-29 19:03:54 -05:00
parent 9097d646ca
commit d0ac5388d9
No known key found for this signature in database

View File

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