mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
prepare for ems plujs updates
This commit is contained in:
@@ -177,6 +177,7 @@ void ICACHE_FLASH_ATTR emsuart_tx_brk() {
|
||||
void ICACHE_FLASH_ATTR emsuart_tx_buffer(uint8_t * buf, uint8_t len) {
|
||||
for (uint8_t i = 0; i < len; i++) {
|
||||
USF(EMSUART_UART) = buf[i];
|
||||
//delayMicroseconds(EMS_TX_BRK_WAIT);
|
||||
}
|
||||
emsuart_tx_brk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user