some fixes

This commit is contained in:
sharandac
2020-08-10 12:35:39 +02:00
parent 40794d8b0a
commit 400fcbd622
14 changed files with 107 additions and 23 deletions

View File

@@ -33,6 +33,7 @@
/*
* @brief setup builtin webserver, call after first wifi-connection. otherwise esp32 will crash
*/
void asyncwebserver_setup(void);
void asyncwebserver_start(void);
void asyncwebserver_end(void);
#endif // _ASYNCWEBSERVER_H