flipper_write_file
Write content directly to a file on a Flipper Zero, overwriting existing data and returning the device-side MD5 for verification. Supports binary content via base64 encoding.
Instructions
Write content to a file on the Flipper (overwrites). Returns the device-side md5. Set is_base64=true for binary content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| is_base64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |