mirror of https://github.com/rusefi/wideband.git
f1_dual: limit max heater duty (#132)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
0572719783
commit
c1057ad951
|
@ -48,6 +48,13 @@
|
||||||
// OpAmp with 82K + 160K
|
// OpAmp with 82K + 160K
|
||||||
#define AUXOUT_GAIN ((82.0 + 160.0) / 160.0)
|
#define AUXOUT_GAIN ((82.0 + 160.0) / 160.0)
|
||||||
|
|
||||||
|
// *******************************
|
||||||
|
// With heater constantly on we
|
||||||
|
// are not able to measure Vbatt
|
||||||
|
// through Heater-
|
||||||
|
// *******************************
|
||||||
|
#define HEATER_MAX_DUTY (0.85)
|
||||||
|
|
||||||
// *******************************
|
// *******************************
|
||||||
// TunerStudio Primary Port
|
// TunerStudio Primary Port
|
||||||
// *******************************
|
// *******************************
|
||||||
|
|
Loading…
Reference in New Issue