Play a configured file when rfid-tag is placed on the reader.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:30 +01:00
parent dffa2e6205
commit 5007de4456
8 changed files with 84 additions and 9 deletions

View File

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