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

@ -49,6 +49,7 @@ public:
void set_mqtt_client(MQTTClient* m);
void register_http_server(HTTPServer* h);
void loop();
void send_controller_status();
void send_player_status();
void send_playlist_manager_status();
void send_position();