f1_dual: limit max heater duty

This commit is contained in:
Andrey Gusakov 2022-06-19 14:53:24 +03:00
parent eaa5f8e42c
commit 04bfedfbea
1 changed files with 7 additions and 0 deletions

View File

@ -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
// *******************************