|
|
@ -81,8 +81,6 @@ static void ICACHE_FLASH_ATTR serbridgeSentCb(void *arg) { |
|
|
|
//os_printf("%d ST\n", system_get_time());
|
|
|
|
//os_printf("%d ST\n", system_get_time());
|
|
|
|
conn->readytosend = true; |
|
|
|
conn->readytosend = true; |
|
|
|
sendtxbuffer(conn); // send possible new data in txbuffer
|
|
|
|
sendtxbuffer(conn); // send possible new data in txbuffer
|
|
|
|
|
|
|
|
|
|
|
|
serledFlash(50); // short blink on serial LED
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Telnet protocol characters
|
|
|
|
// Telnet protocol characters
|
|
|
@ -318,6 +316,7 @@ serbridgeUartCb(char *buf, int length) { |
|
|
|
espbuffsend(&connData[i], buf, length); |
|
|
|
espbuffsend(&connData[i], buf, length); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
serledFlash(50); // short blink on serial LED
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ICACHE_FLASH_ATTR serbridgeInitPins() { |
|
|
|
void ICACHE_FLASH_ATTR serbridgeInitPins() { |
|
|
|