telnet refactor

This commit is contained in:
sebastien
2020-02-06 13:08:21 -05:00
parent 46007853c7
commit 4963579e20
2 changed files with 64 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
static ssize_t uart_printf(const char *fmt, ...);
void init_telnet();
void start_telnet(void * pvParameter);
void telnet_esp32_sendData(uint8_t *buffer, size_t size);