500 byte blocking factor (#4227)

This commit is contained in:
Matthew Kennedy 2022-06-01 17:27:20 -07:00 committed by GitHub
parent e2c6c1420c
commit 9445e73dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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