fs_get
Reads a file from an ESP32 board, returning content base64-encoded. Rejects files exceeding the configured maximum size.
Instructions
Read a file from the board. Content comes back base64-encoded; refuses files over max_bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| port | Yes | ||
| max_bytes | No |