run_file
Execute a local Python script directly on a MicroPython board without saving it to the device, using a project-relative path and optional timeout.
Instructions
Run a .py file from the computer on the board without saving it there (path relative to the project directory). Default timeout 30 s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| timeout | No |