rusefi config: increase BLOCKING_FACTOR

Keep it more that a half of TS_TOTAL_OUTPUT_SIZE allows TS to read
whole livedata in two requestes. This increases refresh rate while
still not wasting much of RAM for scratchBuffer.
This commit is contained in:
Andrey Gusakov 2024-11-04 13:57:33 +03:00 committed by rusefillc
parent cbc2773f67
commit 45972ef6e0
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@ struct_no_prefix persistent_config_s
struct_no_prefix engine_configuration_s
! see 'blockingFactor' in rusefi.ini
#define BLOCKING_FACTOR 750
! please keep it bigger than (TS_TOTAL_OUTPUT_SIZE / 2) so whole livedata can be
! transfered using two chunks, this will give us 500 Hz refresh rate.
#define BLOCKING_FACTOR 1024
#define SENT_INPUT_COUNT 1