bigger blocking factor (#4703)
This commit is contained in:
parent
7abe3ba112
commit
f967231bb9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue