ML-166: First working implementation

This commit is contained in:
Claudio Ortolina
2026-05-05 14:04:35 +01:00
parent be76d0f214
commit 9d0ab1ffc6
7 changed files with 1580 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# config.example.py — Template for secrets.py
# ==============================================
# Copy this file to secrets.py and fill in your values.
# secrets.py is git-ignored; never commit it.
#
# To deploy to your Presto:
# 1. Copy this file: cp config.example.py secrets.py
# 2. Edit secrets.py with your credentials
# 3. Copy secrets.py to the Presto alongside main.py
#
# --- Required variables ---
# Your WiFi network name (SSID)
WIFI_SSID = "your-wifi-ssid"
# Your WiFi password
WIFI_PASSWORD = "your-wifi-password"
# Music Library API token (get it from the app admin)
API_TOKEN = "your-api-token"