-
+
-
diff --git a/serial/serbridge.c b/serial/serbridge.c
index b3c48c9..6d45610 100644
--- a/serial/serbridge.c
+++ b/serial/serbridge.c
@@ -81,8 +81,6 @@ static void ICACHE_FLASH_ATTR serbridgeSentCb(void *arg) {
//os_printf("%d ST\n", system_get_time());
conn->readytosend = true;
sendtxbuffer(conn); // send possible new data in txbuffer
-
- serledFlash(50); // short blink on serial LED
}
// Telnet protocol characters
@@ -309,15 +307,16 @@ static void ICACHE_FLASH_ATTR serbridgeConnectCb(void *arg) {
// callback with a buffer of characters that have arrived on the uart
void ICACHE_FLASH_ATTR
serbridgeUartCb(char *buf, int length) {
- // push the buffer into the microcontroller console
- for (int i=0; i- The debug log shows the 1024 last characters printed by the esp-link software itself to +
+ The debug log shows the most recent characters printed by the esp-link software itself to its own debug log.