mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Rewrite tip resistance measurement
This commit is contained in:
@@ -46,7 +46,8 @@ void startPIDTask(void const *argument __unused) {
|
||||
getInputVoltageX10(getSettingValue(SettingsOptions::VoltageDiv), 1);
|
||||
}
|
||||
|
||||
while (preStartChecks() != 0) {
|
||||
while (preStartChecks() == 0) {
|
||||
resetWatchdog();
|
||||
ulTaskNotifyTake(pdTRUE, 2000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user