ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
 
 
 
 
 
 
espterm-firmware/user/cgi_persist.h

10 lines
269 B

#ifndef CGIPERSIST_H
#define CGIPERSIST_H
#include "httpd.h"
httpd_cgi_state cgiPersistWriteDefaults(HttpdConnData *connData);
httpd_cgi_state cgiPersistRestoreDefaults(HttpdConnData *connData);
httpd_cgi_state cgiPersistRestoreHard(HttpdConnData *connData);
#endif