feat(firmware): read .typoena.snippets.json at boot into set_snippets

Mirror the prefs boot-read: load the git-tracked snippet library from the
SD repo, parse it with Snippets::parse, and hand it to the editor before
the first render. Missing/unreadable/malformed is non-fatal (no snippets,
editor runs). Verified serde_json builds for xtensa (cargo check, 0.6.0).
This commit is contained in:
Julien Calixte
2026-07-12 10:30:02 +02:00
parent 5a076e3226
commit 8527f75bf8
2 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "firmware"
version = "0.5.0"
version = "0.6.0"
authors = ["Julien Calixte <juliencalixte@gmail.com>"]
edition = "2024"
resolver = "2"