mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-24 09:24:02 -05:00
eamio-icca: fix config prefix
This commit is contained in:
committed by
b775d4b79856d2b538f34c4bd2ef68af9d144fff
parent
fb3d2ea312
commit
0c06d224cc
@@ -4,8 +4,8 @@
|
||||
|
||||
#include "util/log.h"
|
||||
|
||||
#define EAMIO_ICCA_CONFIG_ICC_PORT_KEY "bio2.port"
|
||||
#define EAMIO_ICCA_CONFIG_ICC_BAUD_KEY "bio2.baud"
|
||||
#define EAMIO_ICCA_CONFIG_ICC_PORT_KEY "icc.port"
|
||||
#define EAMIO_ICCA_CONFIG_ICC_BAUD_KEY "icc.baud"
|
||||
|
||||
#define EAMIO_ICCA_CONFIG_ICC_DEFAULT_PORT_VALUE "COM1"
|
||||
#define EAMIO_ICCA_CONFIG_ICC_DEFAULT_BAUD_VALUE 57600
|
||||
|
||||
Reference in New Issue
Block a user