From ace79b1886cb661834055e303e8605a2c4109b75 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 3 Sep 2025 22:57:15 -0500 Subject: [PATCH] fixes --- esphome/components/esp8266/core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/esp8266/core.h b/esphome/components/esp8266/core.h index 8c9ffd40a4..8df9e26d55 100644 --- a/esphome/components/esp8266/core.h +++ b/esphome/components/esp8266/core.h @@ -3,6 +3,7 @@ #ifdef USE_ESP8266 #include +#include "esphome/core/hal.h" extern const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_MODE[16] PROGMEM; extern const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_LEVEL[16] PROGMEM;