Skip to content

Commit 264d034

Browse files
committed
Respond quickly when no DigiROM active
1 parent 131593c commit 264d034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DMComm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define DMCOMM_GOFIRST_BEFORE_MILLIS 1000
1313
#define DMCOMM_GOFIRST_REPEAT_MILLIS 5000
1414
#define DMCOMM_LISTEN_TIMEOUT_MILLIS 5000
15-
#define DMCOMM_INACTIVE_DELAY_MILLIS 3000
15+
#define DMCOMM_INACTIVE_DELAY_MILLIS 100
1616
#define DMCOMM_AFTER_RECEIVE_MILLIS 300
1717

1818
namespace DMComm {

0 commit comments

Comments
 (0)