1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-10 23:32:23 +01:00

[esphome] Store OTA component log strings in flash on ESP8266 (#10570)

This commit is contained in:
J. Nick Koston
2025-09-07 17:30:39 -05:00
committed by GitHub
parent 91228c82e6
commit 1ac07c96b1

View File

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