mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Initial commit
This commit is contained in:
commit
ee367e7111
28 changed files with 53359 additions and 0 deletions
11
Web.h
Normal file
11
Web.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef webserver_h
|
||||
#define webserver_h
|
||||
class Web {
|
||||
public:
|
||||
void sendCORSHeaders();
|
||||
void startup();
|
||||
void begin();
|
||||
void loop();
|
||||
void end();
|
||||
};
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue