This commit is contained in:
J. Nick Koston
2025-07-01 15:40:08 -05:00
parent 401523c854
commit f3e7a6887b
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#ifdef USE_OTA
#include "esphome/components/md5/md5.h"
#include "esphome/components/network/util.h"
#include "esphome/components/ota/ota_backend.h" // For OTAComponent and callbacks
#include "esphome/components/ota/ota_backend.h"
#include "esphome/components/ota/ota_backend_arduino_esp32.h"
#include "esphome/components/ota/ota_backend_arduino_esp8266.h"
#include "esphome/components/ota/ota_backend_arduino_libretiny.h"

View File

@@ -5,7 +5,6 @@
#include "esphome/components/json/json_util.h"
#include "esphome/components/network/util.h"
#include "esphome/components/ota/ota_backend.h"
namespace esphome {
namespace http_request {