Cleanup WebInterface and make RFIDInterface reachable.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:30 +01:00
parent 1788c9e5aa
commit ad2499506a
5 changed files with 146 additions and 211 deletions

View File

@@ -9,10 +9,13 @@ class WebInterface {
public:
WebInterface();
void start();
void finishResourceRegistrations();
void registerResource(httpd_uri_t* config);
private:
void initSD();
httpd_handle_t start_webserver();
void registerFileServer();
//esp_err_t hello_get_handler(httpd_req_t *req);
};