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:
@@ -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 {
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user