flipper_deploy_fap
Upload a .fap to Flipper Zero, verify integrity with MD5, and launch it automatically to accelerate app development testing.
Instructions
Upload a .fap to the device, verify it by md5, and launch it. The standard inner loop for Flipper app development -- point it at a freshly built .fap and see it running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| launch | No | ||
| category | No | App folder under /ext/apps, default Tools | Tools |
| local_path | Yes | Path to the built .fap | |
| device_path | No | Explicit destination, overrides category |