mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 18:19:23 +02:00
cntr/README: cntr -r always returns an error, so we cannot use it with &&
This commit is contained in:
parent
df1706fe74
commit
43f0bcee36
@ -63,7 +63,7 @@ The protocol revision and the build date of the firmware of the CNTR
|
|||||||
board can be queried with "cntr -i".
|
board can be queried with "cntr -i".
|
||||||
|
|
||||||
To update the firmware, run
|
To update the firmware, run
|
||||||
cntr -r && sleep 1 && dfu-util -d 0x20b7:0xcb72 -D cntr.bin
|
cntr -r; sleep 1 && dfu-util -d 0x20b7:0xcb72 -D cntr.bin
|
||||||
|
|
||||||
|
|
||||||
Known issues (version 2 hardware)
|
Known issues (version 2 hardware)
|
||||||
|
Loading…
Reference in New Issue
Block a user