mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-12 02:39:58 +03:00
uart fixes, no logging while tx sends
This commit is contained in:
@@ -75,8 +75,6 @@ class EMSuart {
|
||||
} EMSRxBuf_t;
|
||||
|
||||
private:
|
||||
// static constexpr uint32_t EMS_RX_TO_TX_TIMEOUT = 20;
|
||||
static uuid::log::Logger logger_;
|
||||
static void ICACHE_RAM_ATTR emsuart_rx_intr_handler(void * para);
|
||||
static void ICACHE_FLASH_ATTR emsuart_recvTask(os_event_t * events);
|
||||
static void ICACHE_FLASH_ATTR emsuart_flush_fifos();
|
||||
|
||||
Reference in New Issue
Block a user