mirror of
https://github.com/esphome/esphome.git
synced 2025-08-05 09:57:47 +00:00
More missing includes
This commit is contained in:
parent
5e2f8cb018
commit
1a049bdcbb
@ -2,6 +2,8 @@
|
||||
|
||||
#ifdef USE_LIBRETINY
|
||||
|
||||
#include "esphome/core/hal.h"
|
||||
|
||||
#include <WiFi.h> // for macAddress()
|
||||
|
||||
namespace esphome {
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
#ifdef USE_RP2040
|
||||
|
||||
#include "esphome/core/hal.h"
|
||||
|
||||
#if defined(USE_WIFI)
|
||||
#include <WiFi.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user