Remove unecessary comments
pull/205/head
Alex 9 years ago
parent 157569e479
commit fe95b4bc50
  1. 1
      esp-link/cgitelnet.h
  2. 2
      serial/serbridge.c

@ -4,6 +4,5 @@
#include "httpd.h" #include "httpd.h"
int cgiTelnet(HttpdConnData *connData); int cgiTelnet(HttpdConnData *connData);
// int8_t telnet_port1, telnet_port2;
#endif // CGITELNET_H #endif // CGITELNET_H

@ -469,8 +469,6 @@ serbridgeInitPins()
} }
// Start transparent serial bridge TCP server on specified port (typ. 23) // Start transparent serial bridge TCP server on specified port (typ. 23)
// Here is where we need to change the ports. But how do we do this from the Ajax call?
void ICACHE_FLASH_ATTR void ICACHE_FLASH_ATTR
serbridgeInit(int port1, int port2) serbridgeInit(int port1, int port2)
{ {

Loading…
Cancel
Save