mirror of https://github.com/arendst/Tasmota.git
Merge pull request #16645 from ortegafernando/development
Software Serial buffer to MIN_INPUT_BUFFER_SIZE
This commit is contained in:
commit
4f2a1b9c54
|
@ -28,7 +28,7 @@
|
|||
#define USE_SERIAL_BRIDGE_TEE
|
||||
|
||||
#ifdef ESP8266
|
||||
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = 130;
|
||||
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = MIN_INPUT_BUFFER_SIZE;
|
||||
#else
|
||||
const uint16_t SERIAL_BRIDGE_BUFFER_SIZE = INPUT_BUFFER_SIZE;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue