change battery measurement, add battery monitor

This commit is contained in:
sharandac
2020-07-20 16:49:14 +02:00
parent d9e8b89562
commit 017453b889
21 changed files with 663 additions and 60 deletions

View File

@@ -4,6 +4,9 @@
#define WEBSERVERPORT 80
/*
* @brief setup builtin webserver, call after first wifi-connection. otherwise esp32 will crash
*/
void asyncwebserver_setup(void);
#endif // _ASYNCWEBSERVER_H