Merge pull request #345 from charminULTRA/patch-4

./ is not used in Windows shell
This commit is contained in:
Foster Irwin 2022-05-26 14:29:43 -06:00 committed by GitHub
commit 8dca329f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,13 +246,13 @@ values={[
#### Install #### Install
```shell title="Command" ```shell title="Command"
./device-install.bat -f firmware-BOARD-VERSION.bin device-install.bat -f firmware-BOARD-VERSION.bin
``` ```
#### Update #### Update
```shell title="Command" ```shell title="Command"
./device-update.bat -f firmware-BOARD-VERSION.bin device-update.bat -f firmware-BOARD-VERSION.bin
``` ```
</TabItem> </TabItem>