More missing includes

This commit is contained in:
Jesse Hills 2025-07-07 21:06:50 +12:00
parent 5e2f8cb018
commit 1a049bdcbb
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 4 additions and 0 deletions

View File

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

View File

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