Wi fi manager (#11)

* autoexec config settings working

* small fixes

* working autoexec* saving

* allow double quotes in command line
This commit is contained in:
Christian Herzog
2019-09-02 22:54:11 +02:00
committed by sle118
parent 4e8abb2954
commit 7e4e0e2caf
5 changed files with 38 additions and 6 deletions

View File

@@ -88,6 +88,9 @@ void http_server_start();
*/
char* http_server_get_header(char *request, char *header_name, int *len);
void strreplace(char *src, char *str, char *rep);
#ifdef __cplusplus
}
#endif