TS over HW VSP wants lower blockingFactor #794

This commit is contained in:
rusefi 2019-05-06 21:25:49 -04:00
parent a8c60c5b71
commit 504f051185
1 changed files with 3 additions and 1 deletions

View File

@ -310,9 +310,11 @@
* buffers depending on the requirements of your application.
* @note The default is 16 bytes for both the transmission and receive
* buffers.
* with rusEfi we want this to be above blockingFactor Tuner Studio setting
* even while it does not help with https://github.com/rusefi/rusefi/issues/794
*/
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
#define SERIAL_BUFFERS_SIZE 32
#define SERIAL_BUFFERS_SIZE 1024
#endif
/*===========================================================================*/