storage_write
Write or upload a file to a Flipper Zero over Bluetooth LE by specifying a destination path and either text content or a local file path. Overwrites existing files.
Instructions
⚠️ WRITE/UPLOAD a file to the Flipper over BLE (chunked storage_write_request). Provide EITHER content (text, written as UTF-8) OR local_path (a file on this Mac to upload). dest = full Flipper path, e.g. '/ext/subghz/foo.sub'. Overwrites. ⚠️ BLE is slow for large files — use USB for big ones. Real action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | Yes | ||
| content | No | ||
| local_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |