mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Software Serial buffer to MIN_INPUT_BUFFER_SIZE
Increase software serial buffer to MIN_INPUT_BUFFER_SIZE
This commit is contained in:
parent
6bfb9d6aa4
commit
a9f15ae379
@ -28,7 +28,7 @@
|
|||||||
#define USE_SERIAL_BRIDGE_TEE
|
#define USE_SERIAL_BRIDGE_TEE
|
||||||
|
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = 130;
|
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = MIN_INPUT_BUFFER_SIZE;
|
||||||
#else
|
#else
|
||||||
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = INPUT_BUFFER_SIZE;
|
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = INPUT_BUFFER_SIZE;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user