libesphttpd: added extras and example
This commit is contained in:
parent
e24b6579ff
commit
f5af169d63
29 changed files with 1185 additions and 0 deletions
10
examples/esphttpd/cgi.h
Normal file
10
examples/esphttpd/cgi.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef CGI_H
|
||||
#define CGI_H
|
||||
|
||||
#include <libesphttpd/httpd.h>
|
||||
|
||||
int cgiLed(HttpdConnData *connData);
|
||||
int tplLed(HttpdConnData *connData, char *token, void **arg);
|
||||
int tplCounter(HttpdConnData *connData, char *token, void **arg);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue