1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

must still be in ram on 8266

This commit is contained in:
J. Nick Koston
2025-10-24 14:37:35 -07:00
parent ccdce3508c
commit 9e798ffa4f

View File

@@ -4,10 +4,6 @@
#include "esphome/components/time/real_time_clock.h"
#include <array>
#ifdef USE_ESP8266
#include <pgmspace.h>
#endif
namespace esphome {
namespace sntp {