adjusting telnet stack size

This commit is contained in:
Philippe G
2021-11-27 00:46:21 -08:00
parent 17a3058b23
commit 016bc1bb4d

View File

@@ -46,7 +46,7 @@
* Globals
*/
#define TELNET_STACK_SIZE 8048
#define TELNET_STACK_SIZE 4096
#define TELNET_RX_BUF 1024
const static char TAG[] = "telnet";