1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 00:10:51 +01:00

iidxio-bio2 conf: Improve doc, port optional if autodetect on

This commit is contained in:
icex2 2021-01-02 13:05:03 +01:00
parent f8a01ed92f
commit ec435e7a7b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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,