This website works better with JavaScript.
Explore
Help
Sign In
wirtz
/
esp-link
mirror of
https://github.com/jeelabs/esp-link.git
Watch
1
Star
0
Fork
You've already forked esp-link
0
Code
Issues
Releases
Wiki
Activity
263
Commits
7
Branches
41
Tags
4.7 MiB
Tree:
b8890e5aaf
esp-link
/
user
/
cgitcp.h
9 lines
100 B
Raw
Normal View
History
Unescape
Escape
TCP client support; Grovestreams RSSI submission support
10 years ago
#
ifndef CGITCP_H
#
define CGITCP_H
#
include
"httpd.h"
int
cgiTcp
(
HttpdConnData
*
connData
)
;
#
endif