mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
iidxio-bio2 conf: Improve doc, port optional if autodetect on
This commit is contained in:
parent
f8a01ed92f
commit
ec435e7a7b
2
dist/iidx/iidxio-bio2.conf
vendored
2
dist/iidx/iidxio-bio2.conf
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# Autodetect BIO2 port (default: on)
|
||||
bio2.autodetect=true
|
||||
|
||||
# BIO2 serial port
|
||||
# BIO2 serial port. Optional, if autodetect property is turned on
|
||||
bio2.port=COM4
|
||||
|
||||
# BIO2 bus baudrate (real devices expect 115200)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ void bio2drv_config_bio2_init(struct cconfig *config)
|
|||
config,
|
||||
BIO2DRV_CONFIG_BIO2_PORT_KEY,
|
||||
BIO2DRV_CONFIG_BIO2_DEFAULT_PORT_VALUE,
|
||||
"BIO2 serial port");
|
||||
"BIO2 serial port. Optional, if autodetect property is turned on");
|
||||
|
||||
cconfig_util_set_int(
|
||||
config,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user