docs
This commit is contained in:
@@ -9,6 +9,7 @@ SD Card Root/
|
||||
├── system/
|
||||
│ ├── style.css (Web interface CSS - copy from web/style.css)
|
||||
│ ├── script.js (Web interface JavaScript - copy from web/script.js)
|
||||
| ├── index.html (homepage - copy from web/index.html)
|
||||
│ ├── start.mp3 (Startup sound)
|
||||
│ └── sleep.mp3 (Sleep sound)
|
||||
├── [your music folders]/
|
||||
@@ -25,6 +26,7 @@ SD Card Root/
|
||||
3. **Copy the web interface files**:
|
||||
- Copy the file `web/style.css` from this project to `system/style.css` on your SD card
|
||||
- Copy the file `web/script.js` from this project to `system/script.js` on your SD card
|
||||
- Copy the file `web/index.html` from this project to `system/index.html` on your SD card
|
||||
- These files contain all the styling and functionality for the web interface
|
||||
|
||||
4. **Add sound files** (optional):
|
||||
|
||||
Reference in New Issue
Block a user