Replaced \ with /
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
212dd91e29
commit
45b1756a70
1 changed files with 1 additions and 2 deletions
|
@ -93,5 +93,4 @@ board with it in bootloader mode:
|
|||
west flash
|
||||
```
|
||||
|
||||
For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build\zephyr` (or `build\left|right\zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`.
|
||||
|
||||
For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build/zephyr` (or `build/left|right/zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`.
|
||||
|
|
Loading…
Reference in a new issue