adjust watts for PWM duty cycle

This commit is contained in:
David Hilton
2018-11-13 10:03:11 -07:00
parent bc2446126f
commit 0fb402a857
2 changed files with 8 additions and 7 deletions

View File

@@ -977,10 +977,10 @@ void startPIDTask(void const *argument __unused) {
// Once we have feed-forward temp estimation we should be able to better tune this.
#ifdef MODEL_TS100
const uint16_t mass = 1690 / 20; // divide here so division is compile-time.
const uint16_t mass = 2020 / 20; // divide here so division is compile-time.
#endif
#ifdef MODEL_TS80
const uint16_t mass = 1690 / 50;
const uint16_t mass = 2020 / 50;
#endif
int32_t milliWattsNeeded = tempToMilliWatts(tempError.average(),