This commit is contained in:
J. Nick Koston 2025-06-29 21:40:20 -05:00
parent 9778289d33
commit 8c8dd7b4bc
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -85,4 +85,4 @@ std::string str_trim(const std::string &str);
} // namespace web_server_idf
} // namespace esphome
#endif // defined(USE_ESP_IDF) && defined(USE_WEBSERVER_OTA)
#endif // defined(USE_ESP_IDF) && defined(USE_WEBSERVER_OTA)

View File

@ -16,7 +16,8 @@
#include "web_server_idf.h"
#ifdef USE_WEBSERVER_OTA
#include "multipart.h"
#include <multipart_parser.h>
#include "multipart.h" // For parse_multipart_boundary and other utils
#endif
#ifdef USE_WEBSERVER