From 7c9e3680b3b36ff58be361d9006abc98d4679bc7 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 26 Oct 2022 13:49:55 -0700 Subject: [PATCH] bigger blocking factor (#4703) --- firmware/hw_layer/ports/rusefi_halconf.h | 2 +- firmware/integration/rusefi_config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/hw_layer/ports/rusefi_halconf.h b/firmware/hw_layer/ports/rusefi_halconf.h index 337aa967b5..443c6df899 100644 --- a/firmware/hw_layer/ports/rusefi_halconf.h +++ b/firmware/hw_layer/ports/rusefi_halconf.h @@ -74,7 +74,7 @@ #define PAL_USE_CALLBACKS TRUE // USB Serial -#define SERIAL_USB_BUFFERS_SIZE 512 +#define SERIAL_USB_BUFFERS_SIZE 768 #define SERIAL_USB_BUFFERS_NUMBER 2 // USB Mass Storage diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 086dea865d..a7679fbb98 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -110,7 +110,7 @@ struct_no_prefix engine_configuration_s #define LE_COMMAND_LENGTH 200 ! see 'blockingFactor' in rusefi.ini -#define BLOCKING_FACTOR 500 +#define BLOCKING_FACTOR 750 #define AUX_ANALOG_INPUT_COUNT 8 #define SENT_INPUT_COUNT 1