allow setting arbitration delay
This commit is contained in:
+3
-1
@@ -20,6 +20,8 @@ Usage
|
||||
Usage: ebuspicloader [OPTION...] PORT
|
||||
A tool for loading firmware to the eBUS adapter PIC.
|
||||
|
||||
-a, --arbdel=NANOS set arbitration delay to NANOS ns (0-3500 in steps
|
||||
of 250, default 100, since firmware 20211120)
|
||||
-d, --dhcp set dynamic IP address via DHCP
|
||||
-f, --flash=FILE flash the FILE to the device
|
||||
-i, --ip=IP set fix IP address (e.g. 192.168.0.10)
|
||||
@@ -32,7 +34,7 @@ A tool for loading firmware to the eBUS adapter PIC.
|
||||
--usage give a short usage message
|
||||
-V, --version print program version
|
||||
|
||||
PORT is the serial port to use (e.g./dev/ttyUSB0)
|
||||
PORT is the serial port to use (e.g./dev/ttyUSB0) also supporting a trailing wildcard '*' for testing multiple ports.
|
||||
```
|
||||
|
||||
Flash firmware
|
||||
|
||||
Reference in New Issue
Block a user