mirror of https://github.com/jeelabs/esp-link.git
parent
93ca100b1f
commit
02197a9275
@ -0,0 +1,9 @@ |
||||
#ifndef CGITELNET_H |
||||
#define CGITELNET_H |
||||
|
||||
#include "httpd.h" |
||||
|
||||
int cgiTelnetSet(HttpdConnData *connData); |
||||
int cgiTelnetInfo(HttpdConnData *connData); |
||||
|
||||
#endif // CGITELNET_H
|
Loading…
Reference in new issue