From 9445e73dfd19196c2fcc869c0df575f6bd27548b Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 1 Jun 2022 17:27:20 -0700 Subject: [PATCH] 500 byte blocking factor (#4227) --- 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 9e157a8e8a..337aa967b5 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 320 +#define SERIAL_USB_BUFFERS_SIZE 512 #define SERIAL_USB_BUFFERS_NUMBER 2 // USB Mass Storage diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 742188a136..08d9c2ff65 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 256 +#define BLOCKING_FACTOR 500 #define AUX_ANALOG_INPUT_COUNT 8