Skip to content

Commit 5cf45fa

Browse files
committed
Increase max string length in a single packet
1 parent 5010b16 commit 5cf45fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/orbcat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define NUM_CHANNELS 32
3131
#define HW_CHANNEL (NUM_CHANNELS) /* Make the hardware fifo on the end of the software ones */
3232

33-
#define MAX_STRING_LENGTH (4096) /* Maximum length that will be output */
33+
#define MAX_STRING_LENGTH (4096*4) /* Maximum length that will be output */
3434
#define DEFAULT_TS_TRIGGER '\n' /* Default trigger character for timestamp output */
3535

3636
#define MSG_REORDER_BUFLEN (10) /* Maximum number of samples to re-order for timekeeping */

0 commit comments

Comments
 (0)