1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00

More missing includes

This commit is contained in:
Jesse Hills
2025-07-07 21:06:50 +12:00
parent 5e2f8cb018
commit 1a049bdcbb
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#ifdef USE_LIBRETINY #ifdef USE_LIBRETINY
#include "esphome/core/hal.h"
#include <WiFi.h> // for macAddress() #include <WiFi.h> // for macAddress()
namespace esphome { namespace esphome {

View File

@@ -3,6 +3,8 @@
#ifdef USE_RP2040 #ifdef USE_RP2040
#include "esphome/core/hal.h"
#if defined(USE_WIFI) #if defined(USE_WIFI)
#include <WiFi.h> #include <WiFi.h>
#endif #endif