mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 11:08:38 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
6 lines
139 B
C
6 lines
139 B
C
#include "esphome/core/main_task.h"
|
|
|
|
#if defined(USE_ESP32) || defined(USE_LIBRETINY)
|
|
TaskHandle_t esphome_main_task_handle = NULL;
|
|
#endif
|