Skip to content

Commit

Permalink
removed echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dacb committed Dec 14, 2014
1 parent d9a5f80 commit 943aa89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/user_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ static void ICACHE_FLASH_ATTR recvTask(os_event_t *events)
espconn_sent(connData[i].conn, &c, 1);
}
}

uart_tx_one_char(c);
// echo
// uart_tx_one_char(c);
}

if(UART_RXFIFO_FULL_INT_ST == (READ_PERI_REG(UART_INT_ST(UART0)) & UART_RXFIFO_FULL_INT_ST))
Expand Down

0 comments on commit 943aa89

Please sign in to comment.