HTTPd WIP

This commit is contained in:
Sebastien
2020-02-10 19:17:16 -05:00
parent fdbb24962a
commit 730b6d38a5
3 changed files with 4 additions and 3 deletions

View File

@@ -362,6 +362,7 @@ static void handleLogBuffer(int partnerSocket, UBaseType_t count){
static void doTelnet(int partnerSocket) {
//ESP_LOGD(tag, ">> doTelnet");
static const telnet_telopt_t my_telopts[] = {
{ TELNET_TELOPT_ECHO, TELNET_WILL, TELNET_DONT },
{ TELNET_TELOPT_TTYPE, TELNET_WILL, TELNET_DONT },
{ TELNET_TELOPT_COMPRESS2, TELNET_WONT, TELNET_DO },