cfg/io.cfg : Added 'filterRtSenseFl' to MIDI cfg.
This commit is contained in:
parent
e4ed771a9f
commit
080c90725f
@ -44,7 +44,8 @@
|
||||
asyncFl: true,
|
||||
parseBufByteCnt: 1024,
|
||||
enableBufFl: true, // Buffer all incoming msgs until RT thread can accept them.
|
||||
bufferMsgCnt: 4096, // Size of RT msg buffer.
|
||||
bufferMsgCnt: 4096, // Size of RT msg buffer.
|
||||
filterRtSenseFl: true,
|
||||
appNameStr: "caw",
|
||||
fileDevName: "file_dev",
|
||||
fileDevReadAheadMicros: 3000,
|
||||
|
Loading…
Reference in New Issue
Block a user