Skip to content

Commit

Permalink
Increase rest time to 50 ms to solve running issues on specific hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
dagargo committed Feb 7, 2021
1 parent 5f27143 commit 98f8261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define TRANSF_BLOCK_SIZE_SAMPLE 0x2000
#define TRANSF_BLOCK_SIZE_OS 0x800
#define POLL_TIMEOUT 20
#define REST_TIME 20000
#define REST_TIME 50000

static const guint8 MSG_HEADER[] = { 0xf0, 0, 0x20, 0x3c, 0x10, 0 };

Expand Down

0 comments on commit 98f8261

Please sign in to comment.