Documentation
¶
Overview ¶
Command _devvalidate is a read-only, LLM-free validation harness for a physically-connected Flipper Zero. The leading underscore in the directory name makes the Go toolchain skip it for `go build ./...`, `go test ./...` and lint — it never affects CI — but it can be run directly against a live device:
go run ./cmd/_devvalidate -port /dev/ttyACM0
It drives the production internal/flipper transport through a battery of safe, read-only commands and cross-checks each parser against the real device output, surfacing any mismatch between what the code expects and what the firmware actually returns. No writes, no TX, no emulation — purely identity, capability and storage reads.
Click to show internal directories.
Click to hide internal directories.