In README.md the runner command to add to .cargo/config.toml is: `runner = "elf2uf2-rs deploy -t -s"` It should be: `runner = "elf2uf2-rs --deploy -t -s"` otherwise deploy is taken as a filename.
In README.md the runner command to add to .cargo/config.toml is:
runner = "elf2uf2-rs deploy -t -s"It should be:
runner = "elf2uf2-rs --deploy -t -s"otherwise deploy is taken as a filename.