diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index e5798f8..637097c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,6 @@ [target.riscv32imac-unknown-none-elf] -runner = "sudo espflash flash --monitor --chip esp32c6" +# UPDATE flake.nix to reflect any changes here in the wrapper script +runner = "espflash flash --monitor --chip esp32c6" [env] ESP_LOG="info" |
