1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +01:00
This commit is contained in:
J. Nick Koston
2025-06-29 18:53:43 -05:00
parent 4d460d4bc3
commit bcbf0f0e26
3 changed files with 1 additions and 8 deletions

View File

@@ -4,11 +4,6 @@
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#ifdef USE_ESP_IDF
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#endif
#ifdef USE_ARDUINO
#include <StreamString.h>
#if defined(USE_ESP32) || defined(USE_LIBRETINY)