Merge branch 'uart-isr-wake-on-rx' into isr-wake-enable-loop-soon

This commit is contained in:
J. Nick Koston
2026-02-28 13:16:24 -10:00
committed by GitHub
@@ -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 {