Update cgitelnet.c

pull/205/head
Alex 8 years ago committed by GitHub
parent a9f583e077
commit 7a93821c4c
  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; char coll[64];
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