Skip to content

Commit

Permalink
LUA : ESC warmup time reset when disarmed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep-Carbonix authored and loki077 committed Dec 9, 2024
1 parent 57d446b commit dc85e0d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ local function esc_check_loop()
end
end
end
else
esc_is_stopped(i)
end
end
-- Update srv_prv_telem_ms[i] if it had valid data this loop
Expand Down

0 comments on commit dc85e0d

Please sign in to comment.