Skip to content

Commit 71ba67b

Browse files
author
dingo35
committed
evse.h: reduce circularbuffers to 256 to fix WCH only partially reading from SendConfig
1 parent 03a0b0b commit 71ba67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmartEVSE-3/src/evse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include "main_c.h"
2929

30-
#define CIRCULARBUFFER 2048 // Must be a power of 2
30+
#define CIRCULARBUFFER 256 // Must be a power of 2
3131

3232
// USART Circular buffers
3333
typedef struct {

0 commit comments

Comments
 (0)