Files
lisael-box/sdcard/sounds/manifest.json
T
Clément Saillant 72fee10538 docs: add README and SD card layout
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.
2026-06-14 00:40:46 +02:00

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": "🫧" }
]