mirror of https://github.com/jeelabs/esp-link.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
15 lines
326 B
11 years ago
|
#ifndef HTTPDESPFS_H
|
||
|
#define HTTPDESPFS_H
|
||
|
|
||
10 years ago
|
#include <esp8266.h>
|
||
7 years ago
|
#include "espfs/espfs.h"
|
||
|
#include "espfs/espfsformat.h"
|
||
10 years ago
|
#include "cgi.h"
|
||
7 years ago
|
#include "httpd/httpd.h"
|
||
11 years ago
|
|
||
|
int cgiEspFsHook(HttpdConnData *connData);
|
||
10 years ago
|
//int cgiEspFsTemplate(HttpdConnData *connData);
|
||
10 years ago
|
//int ICACHE_FLASH_ATTR cgiEspFsHtml(HttpdConnData *connData);
|
||
11 years ago
|
|
||
10 years ago
|
#endif
|