mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
Update cli-script.mdx
It seems the update script wants the firmware ending in -update.bin
This commit is contained in:
parent
9a0c4e2fa7
commit
b0e06500bc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue