Skip to content

Commit

Permalink
increase serial buffer size to 518 bytes;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Jul 26, 2024
1 parent f0fd328 commit 13e51c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class DSP_FW_API SerialPort {
void writeDump(const uint8_t* data, uint16_t length);

private:
uint8_t m_buffer[256U];
uint8_t m_buffer[518U];
uint8_t m_ptr;
uint16_t m_len;
bool m_dblFrame;
Expand Down

0 comments on commit 13e51c6

Please sign in to comment.