add some feature
This commit is contained in:
9
src/webserver/webserver.h
Normal file
9
src/webserver/webserver.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _ASYNCWEBSERVER_H
|
||||
|
||||
#define _ASYNCWEBSERVER_H
|
||||
|
||||
#define WEBSERVERPORT 80
|
||||
|
||||
void asyncwebserver_setup(void);
|
||||
|
||||
#endif // _ASYNCWEBSERVER_H
|
||||
Reference in New Issue
Block a user