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:
@ -15,4 +15,5 @@ public:
|
||||
Playlist* get_playlist_for_folder(String folder);
|
||||
void dump_ids();
|
||||
String json();
|
||||
bool add_mapping(String id, String folder);
|
||||
};
|
||||
|
Reference in New Issue
Block a user