From 1ac07c96b18f0f8d2402f6c9ccdaa7ea3e3ef5d6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 7 Sep 2025 17:30:39 -0500 Subject: [PATCH] [esphome] Store OTA component log strings in flash on ESP8266 (#10570) --- esphome/components/esphome/ota/ota_esphome.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/esphome/ota/ota_esphome.h b/esphome/components/esphome/ota/ota_esphome.h index 3a5d9f4f7a..55adec351d 100644 --- a/esphome/components/esphome/ota/ota_esphome.h +++ b/esphome/components/esphome/ota/ota_esphome.h @@ -5,6 +5,7 @@ #include "esphome/core/helpers.h" #include "esphome/core/log.h" #include "esphome/core/preferences.h" +#include "esphome/core/log.h" #include "esphome/components/ota/ota_backend.h" #include "esphome/components/socket/socket.h"