This commit is contained in:
stevenhowes
2018-09-13 20:45:02 +01:00
parent 913692694f
commit 437a2cc9a5
9 changed files with 43 additions and 70 deletions
+2
View File
@@ -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");