mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-26 15:53:40 +01:00
Cleanup
This commit is contained in:
@@ -39,12 +39,14 @@ void task_debug_run()
|
||||
Serial.print(battery_voltage_value);
|
||||
Serial.println("");
|
||||
|
||||
// Log if we're out of sync timing-wise
|
||||
if(cas_sync_fail_log > 0)
|
||||
{
|
||||
Serial.println("ERR: CAS sync fail");
|
||||
cas_sync_fail_log = 0;
|
||||
}
|
||||
|
||||
// Log if we've gone over RPM
|
||||
if(rpm_limited_log > 0)
|
||||
{
|
||||
Serial.println("ERR: RPM limit");
|
||||
|
||||
Reference in New Issue
Block a user