mirror of https://github.com/rusefi/wideband.git
more gain
This commit is contained in:
parent
a1115c78f4
commit
22916eef37
|
@ -8,7 +8,7 @@
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
|
|
||||||
// Bosch CJ125 is somewhere VERY ROUGHLY like 200-400A/(v*s) integrator gain
|
// Bosch CJ125 is somewhere VERY ROUGHLY like 200-400A/(v*s) integrator gain
|
||||||
static Pid pumpPid(50.0f, 300.0f, 2);
|
static Pid pumpPid(50.0f, 5000.0f, 2);
|
||||||
|
|
||||||
static THD_WORKING_AREA(waPumpThread, 256);
|
static THD_WORKING_AREA(waPumpThread, 256);
|
||||||
static void PumpThread(void*)
|
static void PumpThread(void*)
|
||||||
|
|
Loading…
Reference in New Issue