mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
adjusting telnet stack size
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
* Globals
|
* Globals
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TELNET_STACK_SIZE 8048
|
#define TELNET_STACK_SIZE 4096
|
||||||
#define TELNET_RX_BUF 1024
|
#define TELNET_RX_BUF 1024
|
||||||
|
|
||||||
const static char TAG[] = "telnet";
|
const static char TAG[] = "telnet";
|
||||||
|
|||||||
Reference in New Issue
Block a user