1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-08 06:00:56 +00:00

Fix esp-adf init

This commit is contained in:
Jesse Hills 2023-10-10 11:43:17 +13:00
parent 6dd92053b5
commit c9b2e54c1a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -1,4 +1,5 @@
#include "esp_adf.h" #include "esp_adf.h"
#include "esphome/core/defines.h"
#ifdef USE_ESP_IDF #ifdef USE_ESP_IDF