This commit is contained in:
J. Nick Koston
2026-02-28 12:26:31 -10:00
parent 59db01e8d7
commit e7fc69e453
@@ -3,11 +3,11 @@
#ifdef USE_ESP32
#include <driver/uart.h>
#include "esphome/core/component.h"
#include "uart_component.h"
#ifdef USE_UART_WAKE_LOOP_ON_RX
#include <driver/uart_select.h>
#endif
#include "esphome/core/component.h"
#include "uart_component.h"
namespace esphome::uart {