mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added a comment
This commit is contained in:
@@ -68,6 +68,7 @@ static void emsuart_rx_intr_handler(void * para) {
|
|||||||
/*
|
/*
|
||||||
* system task triggered on BRK interrupt
|
* system task triggered on BRK interrupt
|
||||||
* Read commands are all asynchronous
|
* Read commands are all asynchronous
|
||||||
|
* When a buffer is full it is sent to the ems_parseTelegram() function in ems.cpp. This is the hook
|
||||||
*/
|
*/
|
||||||
static void ICACHE_FLASH_ATTR emsuart_recvTask(os_event_t * events) {
|
static void ICACHE_FLASH_ATTR emsuart_recvTask(os_event_t * events) {
|
||||||
// get next free EMS Receive buffer
|
// get next free EMS Receive buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user