├── Free_Fonts.h ├── LICENSE ├── README.md ├── copy to server ├── README.md └── eSP32.php ├── eStreamPlayer32.ino ├── icons.h ├── img ├── favorites.png ├── library.png ├── overlay.png └── webradio.png ├── index.htm ├── index.htm.gz ├── index_htm_gz.h ├── percentEncode.h ├── playList.cpp ├── playList.h ├── presets.h └── system_setup.h /Free_Fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/Free_Fonts.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/README.md -------------------------------------------------------------------------------- /copy to server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/copy to server/README.md -------------------------------------------------------------------------------- /copy to server/eSP32.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/copy to server/eSP32.php -------------------------------------------------------------------------------- /eStreamPlayer32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/eStreamPlayer32.ino -------------------------------------------------------------------------------- /icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/icons.h -------------------------------------------------------------------------------- /img/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/img/favorites.png -------------------------------------------------------------------------------- /img/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/img/library.png -------------------------------------------------------------------------------- /img/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/img/overlay.png -------------------------------------------------------------------------------- /img/webradio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/img/webradio.png -------------------------------------------------------------------------------- /index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/index.htm -------------------------------------------------------------------------------- /index.htm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/index.htm.gz -------------------------------------------------------------------------------- /index_htm_gz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/index_htm_gz.h -------------------------------------------------------------------------------- /percentEncode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/percentEncode.h -------------------------------------------------------------------------------- /playList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/playList.cpp -------------------------------------------------------------------------------- /playList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/playList.h -------------------------------------------------------------------------------- /presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/presets.h -------------------------------------------------------------------------------- /system_setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CelliesProjects/eStreamPlayer32/HEAD/system_setup.h --------------------------------------------------------------------------------