fix to older arduino core until webui fixed

This commit is contained in:
Paul
2019-11-27 21:51:43 +01:00
parent 439e0f2400
commit 5c8377f429
3 changed files with 2 additions and 23 deletions

View File

@@ -157,7 +157,7 @@
#define TELNETSPY_MAX_BLOCK_SIZE 512
#define TELNETSPY_PING_TIME 1500
#define TELNETSPY_PORT 23
#define TELNETSPY_CAPTURE_OS_PRINT true
#define TELNETSPY_CAPTURE_OS_PRINT false
#define TELNETSPY_WELCOME_MSG "Connection established via Telnet.\n"
#define TELNETSPY_REJECT_MSG "Telnet: Only one connection possible.\n"