1
0
forked from me/IronOS

Functioning MVP tester

This commit is contained in:
Ben V. Brown
2019-10-07 19:09:21 +11:00
parent 1cf88b2cd6
commit 64f8ca5c53
5 changed files with 27 additions and 12 deletions

View File

@@ -110,12 +110,12 @@ void resetSettings() {
#ifdef MODEL_TS100
systemSettings.CalibrationOffset = 700; // the adc offset in uV
systemSettings.CalibrationOffset = 800; // the adc offset in uV
#endif
#ifdef MODEL_TS80
systemSettings.pidPowerLimit=24; // Sets the max pwm power limit
systemSettings.CalibrationOffset = 700; // the adc offset in uV
systemSettings.CalibrationOffset = 800; // the adc offset in uV
#endif
saveSettings(); // Save defaults
}