72fee10538
Context:
The README is the primary usable deliverable: how to install
ESP-IDF + ESP-ADF, build, flash, and prepare the microSD card, plus an
honest list of what is unverified.
Changes:
- README.md: prerequisites (ADF_PATH), build/flash, provisioning,
module table, child-safety notes, and a thorough "A verifier sur le
materiel" section (build, BSP<->ADF I2S, radio URLs, emoji fonts...)
- sdcard/README.md + sdcard/sounds/manifest.json example
Impact:
A reader can stand the project up and knows exactly what still needs
validation on real hardware.
9 lines
422 B
JSON
9 lines
422 B
JSON
[
|
|
{ "file": "miaou.mp3", "title": "Le chat", "emoji": "🐱" },
|
|
{ "file": "ouaf.mp3", "title": "Le chien", "emoji": "🐶" },
|
|
{ "file": "coucou.mp3", "title": "Coucou", "emoji": "👋" },
|
|
{ "file": "bravo.mp3", "title": "Bravo", "emoji": "⭐" },
|
|
{ "file": "histoire.mp3", "title": "Histoire", "emoji": "📖" },
|
|
{ "file": "calme.mp3", "title": "Calme", "emoji": "🫧" }
|
|
]
|