1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-20 20:41:10 +01:00

eamio-icca: fix config prefix

This commit is contained in:
Will Xyen 2021-03-10 00:19:26 -08:00 committed by b775d4b79856d2b538f34c4bd2ef68af9d144fff
parent fb3d2ea312
commit 0c06d224cc

View File

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