index.html is now served from SPIFFS. You can add rfid tag -> folder mappings via the webinterface. And I've added the missing controller json data messages.

This commit is contained in:
2019-11-17 00:35:23 +01:00
parent 7c3eb2f605
commit 5fba5fcda0
6 changed files with 95 additions and 16 deletions

View File

@ -15,4 +15,5 @@ public:
Playlist* get_playlist_for_folder(String folder);
void dump_ids();
String json();
bool add_mapping(String id, String folder);
};