esmp3/include
Fabian Schlenz 8e15f87cd3 Moved index.html from SPIFFS to program memory. Removed dependencies to SPIFFS. Also, we can use a different partition scheme with much more program space instead of reserving some of it for SPIFFS. 2019-11-29 06:10:17 +01:00
..
config.sample.h Added Updater to automatically perform OTA updates without user interaction. 2019-11-28 06:42:30 +01:00
controller.h Try to (re)connect to WiFi every 5 minutes. (Only when not playing at the moment.) 2019-11-29 05:45:21 +01:00
data_sources.h WIP: Lots of streaming stuff 2019-11-27 06:51:20 +01:00
http_client_wrapper.h WIP: Lots of streaming stuff 2019-11-27 06:51:20 +01:00
http_server.h Worked on the upload stuff. It works, but the SD card seems to die after a few MB... :-/ 2019-11-17 14:23:17 +01:00
main.h Moved index.html from SPIFFS to program memory. Removed dependencies to SPIFFS. Also, we can use a different partition scheme with much more program space instead of reserving some of it for SPIFFS. 2019-11-29 06:10:17 +01:00
player.h Moved reading of SD card data into a dedicated class DataSource. 2019-11-20 05:04:27 +01:00
playlist.h Playlist: More defensive proramming for when trying to play an empty playlist. 2019-11-29 05:52:00 +01:00
playlist_manager.h PlaylistManager: Extracted create_mapping_txt from _save_mapping. 2019-11-19 20:46:54 +01:00
spi_master.h Removed MQTT client. Was more or less unused, anyways. 2019-11-17 17:38:41 +01:00
updater.h Moved index.html from SPIFFS to program memory. Removed dependencies to SPIFFS. Also, we can use a different partition scheme with much more program space instead of reserving some of it for SPIFFS. 2019-11-29 06:10:17 +01:00