mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 00:03:37 +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();
|
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
|
// Outputs the fuel table as JSON
|
||||||
|
|||||||
Reference in New Issue
Block a user