1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 16:22:22 +01:00
This commit is contained in:
J. Nick Koston
2025-06-29 21:40:20 -05:00
parent 9778289d33
commit 8c8dd7b4bc
2 changed files with 3 additions and 2 deletions

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