mirror of https://github.com/rusefi/wideband.git
f1_dual: limit max heater duty
This commit is contained in:
parent
eaa5f8e42c
commit
04bfedfbea
|
@ -48,6 +48,13 @@
|
|||
// OpAmp with 82K + 160K
|
||||
#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
|
||||
// *******************************
|
||||
|
|
Loading…
Reference in New Issue