mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
Merge branch 'uart-isr-wake-on-rx' into isr-wake-enable-loop-soon
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user