Skip to content

Commit

Permalink
allow 4 delayed frames
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 21, 2024
1 parent b2190a3 commit 1274e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeDMDComm.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct ZeDMDFrame {

#define ZEDMD_COMM_FRAME_SIZE_COMMAND_LIMIT 10
#define ZEDMD_COMM_FRAME_QUEUE_SIZE_MAX 8
#define ZEDMD_COMM_FRAME_QUEUE_SIZE_MAX_DELAYED 2
#define ZEDMD_COMM_FRAME_QUEUE_SIZE_MAX_DELAYED 4

typedef void(ZEDMDCALLBACK* ZeDMD_LogCallback)(const char* format, va_list args,
const void* userData);
Expand Down

0 comments on commit 1274e8a

Please sign in to comment.