mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-26 15:53:40 +01:00
Correctly reset initial sync state - prevents running after cam sync fail
This commit is contained in:
@@ -145,10 +145,9 @@ void task_debug_run()
|
||||
{
|
||||
resetFunc();
|
||||
}
|
||||
// Allow it to re-sync (i.e. reset CAS failure as it was intentional)
|
||||
cas_sync_initial = 1;
|
||||
}
|
||||
|
||||
// Allow it to re-sync (i.e. reset CAS failure as it was intentional)
|
||||
cas_sync_initial = 1;
|
||||
}
|
||||
|
||||
// Outputs the fuel table as JSON
|
||||
|
||||
Reference in New Issue
Block a user