500 byte blocking factor (#4227)
This commit is contained in:
parent
e2c6c1420c
commit
9445e73dfd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue