Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Jul 30, 2023
1 parent 94229c7 commit 521a989
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ const char *SSID_PASSWORD = "wifi_password";

#endif
```
8. On first boot or after a flash erase the fatfs will be formatted. This will take a couple of seconds depending on the size of the fatfs.
3. On first boot or after a flash erase the fatfs will be formatted. This will take from a couple of seconds up to a minute depending on the size of the fatfs.
<br>You can monitor the boot/formatting progress on the serial port.
<br>Flashing an update will not erase the fatfs data.
<br>**Note: Take care to select the same partition table when updating the app otherwise the fatfs partition will be formatted.**
9. Browse to the ip address shown on the serial port.
4. Browse to the ip address shown on the serial port.

### Setup for local file playback

Expand All @@ -69,23 +69,22 @@ Apache2 and lighttpd were tested and should work.
<br>`OGG` `audio/ogg` or `application/ogg`
<br>`AAC` `audio/aac`
<br>`AAC+` `audio/aacp`
- The php script found at `src/copy to server/eSP32_vs1053.php` has to be copied to the root of the music library. The script is fairly version agnostic.


<br>With a vanilla LAMP setup this will be the default.
- The php script `eSP32_vs1053.php` has to be copied to the root of the music library. The script is fairly version agnostic.

### Libraries used in the web interface


- The [radio-browser.info](https://www.radio-browser.info/) API is used for the search. The returned data is in the public domain.<br>See [de1.api.radio-browser.info](https://de1.api.radio-browser.info/) for API information.
- The used icons are from [material.io](https://material.io/tools/icons/?style=baseline) and are [available under Apache2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
- [Reconnecting WebSocket](https://github.com/joewalnes/reconnecting-websocket) which is [available under MIT licence](https://github.com/joewalnes/reconnecting-websocket/blob/master/LICENSE.txt).
- [Google Roboto font](https://fonts.google.com/specimen/Roboto) which is [available under Apache2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
- [jQuery 3.4.1](https://code.jquery.com/jquery-3.4.1.js) which is [available under MIT license](https://jquery.org/license/).

````
### License

MIT License

Copyright (c) 2020 Cellie
Copyright (c) 2023 Cellie

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -104,4 +103,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
````

0 comments on commit 521a989

Please sign in to comment.