add some feature

This commit is contained in:
sharandac
2020-07-10 02:39:51 +02:00
parent 9299ec6fd3
commit 2994b21daf
9 changed files with 231 additions and 56 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _ASYNCWEBSERVER_H
#define _ASYNCWEBSERVER_H
#define WEBSERVERPORT 80
void asyncwebserver_setup(void);
#endif // _ASYNCWEBSERVER_H