Skip to content

Commit 13e51c6

Browse files
committed
increase serial buffer size to 518 bytes;
1 parent f0fd328 commit 13e51c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPort.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class DSP_FW_API SerialPort {
285285
void writeDump(const uint8_t* data, uint16_t length);
286286

287287
private:
288-
uint8_t m_buffer[256U];
288+
uint8_t m_buffer[518U];
289289
uint8_t m_ptr;
290290
uint16_t m_len;
291291
bool m_dblFrame;

0 commit comments

Comments
 (0)