More sync

This commit is contained in:
Rune Harlyk
2024-03-30 02:21:18 +01:00
committed by Rune Harlyk
parent 0fb2387e30
commit dc7689793d
5 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
if (actuatorState.state[i] != array[i].as<int16_t>())
{
actuatorState.state[i] = array[i];
changed = true;
//changed = true;
}
}
return changed ? StateUpdateResult::CHANGED : StateUpdateResult::UNCHANGED;