Update cgitelnet.c

pull/205/head
Alex 8 years ago committed by GitHub
parent 7a93821c4c
commit 00d8b9ff83
  1. 2
      esp-link/cgitelnet.c

@ -25,7 +25,7 @@ int ICACHE_FLASH_ATTR cgiTelnetSet(HttpdConnData *connData) {
return HTTPD_CGI_DONE; // Connection aborted return HTTPD_CGI_DONE; // Connection aborted
} }
char coll[64]; char *coll;
int8_t ok = 0; int8_t ok = 0;
uint16_t port1, port2; uint16_t port1, port2;
ok |= getUInt16Arg(connData, "port1", &port1); ok |= getUInt16Arg(connData, "port1", &port1);

Loading…
Cancel
Save