Update cli-script.mdx

It seems the update script wants the firmware ending in -update.bin
This commit is contained in:
mzac 2024-03-20 10:11:04 -04:00 committed by GitHub
parent 9a0c4e2fa7
commit b0e06500bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ values={[
##### Update
```shell title="Command"
./device-update.sh -f firmware-BOARD-VERSION.bin
./device-update.sh -f firmware-BOARD-VERSION-update.bin
```
</TabItem>
@ -243,7 +243,7 @@ values={[
##### Update
```shell title="Command"
./device-update.sh -f firmware-BOARD-VERSION.bin
./device-update.sh -f firmware-BOARD-VERSION-update.bin
```
</TabItem>
@ -260,7 +260,7 @@ device-install.bat -f firmware-BOARD-VERSION.bin
##### Update
```shell title="Command"
device-update.bat -f firmware-BOARD-VERSION.bin
device-update.bat -f firmware-BOARD-VERSION-update.bin
```
</TabItem>