#589 cleanup and fixes

This commit is contained in:
Mikayla Fischler
2025-02-09 14:19:06 -05:00
parent ecdaf78ed0
commit 5f22069ce1
4 changed files with 7 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ function update.boot_recovery()
-- try to start auto control
if self.recovery_boot_state.mode ~= nil and self.units_ready then
if was_inactive then
if not was_inactive then
self.mode = self.mode_set
log.info("FAC: process startup resume initiated")
end