f1_dual: limit max heater duty (#132)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2022-08-01 03:17:06 -04:00 committed by GitHub
parent 0572719783
commit c1057ad951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
// *******************************