mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
First working externalized server.
This commit is contained in:
14
device/main/WebInterface.hpp
Normal file
14
device/main/WebInterface.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _WEB_INTERFACE_HPP
|
||||
#define _WEB_INTERFACE_HPP
|
||||
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
||||
class WebInterface {
|
||||
AsyncWebServer* server;
|
||||
|
||||
public:
|
||||
WebInterface();
|
||||
void start();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user