Run
Execute a remote javascript file stored on the Raspberry Pi Pico previously saved using .write.
Usage
.run <remote-path>
Example
Executes the main.js
file stored on the Raspberry Pi Pico.
.run main.js
Options
remote-path
- The name of the javascript to load from the Pico device
- Required.