Files
klubhaus-doorbell/mise.toml
david 6f9d2912d3 feat: add BUILD_TOKEN to firmware and consolidate build system
- Generate BUILD_TOKEN from 'git describe --always --dirty'
- Include via -include flag in justfile compile recipe
- Print BUILD_TOKEN in boot banners (DoorbellLogic + uno-r4-wifi)
- Remove all [tasks] from mise.toml; keep only [tools] + [env]
- Update AGENTS.md to use just commands as single source of truth
- Add 'just full' recipe (compile -> upload -> monitor -> watch)
- Switch BOARD var to env_var_or_default for mise set compatibility
- DRY clean/clean-temp with wildcard patterns
2026-05-29 20:17:42 -07:00

15 lines
584 B
TOML

# ═══════════════════════════════════════════════════════════
# Klubhaus Doorbell — Tool Versions
#
# Tasks are managed by just (see justfile), not mise.
# Run `just --list` for available commands.
# ═══════════════════════════════════════════════════════════
[tools]
hk = "latest"
just = "latest"
pkl = "latest"
[env]
BOARD = "uno-r4-wifi"