From 504f051185114951934f3925948f580808c1d41a Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 6 May 2019 21:25:49 -0400 Subject: [PATCH] TS over HW VSP wants lower blockingFactor #794 --- simulator/halconf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simulator/halconf.h b/simulator/halconf.h index d660dc94d9..4d173633b9 100644 --- a/simulator/halconf.h +++ b/simulator/halconf.h @@ -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 /*===========================================================================*/