Skip to content

Commit 54f2d7d

Browse files
authored
Drastically reducing size of cloud serial buffers (#151)
1 parent 0e4aa69 commit 54f2d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/CloudSerial.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* DEFINES
3434
******************************************************************************/
3535

36-
#define CLOUD_SERIAL_TX_BUFFER_SIZE 64
37-
#define CLOUD_SERIAL_RX_BUFFER_SIZE 512
36+
#define CLOUD_SERIAL_TX_BUFFER_SIZE 32
37+
#define CLOUD_SERIAL_RX_BUFFER_SIZE 32
3838

3939
/******************************************************************************
4040
* CLASS DECLARATION

0 commit comments

Comments
 (0)