1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-11 05:10:34 +01:00

fix build error

This commit is contained in:
Tomasz Duda 2024-05-10 13:24:13 +02:00
parent e709b19dfb
commit e937d37366

View File

@ -4,6 +4,7 @@
#include <esp_heap_caps.h>
#include <esp_system.h>
#include <esp_chip_info.h>
#if defined(USE_ESP32_VARIANT_ESP32)
#include <esp32/rom/rtc.h>