mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 04:01:08 +01:00
Clean up of debug prints, and safer CAS handling
This commit is contained in:
@@ -12,10 +12,6 @@ void battery_init()
|
||||
{
|
||||
Serial.println("ERR: Battery high");
|
||||
}
|
||||
else
|
||||
{
|
||||
Serial.println("INF: Battery ok");
|
||||
}
|
||||
}
|
||||
|
||||
void task_battery_run()
|
||||
@@ -27,5 +23,3 @@ void task_battery_run()
|
||||
// Nudge it along so we have an index starting at 0 for tables etc
|
||||
battery_voltage_index = constrain(battery_voltage_value,7,16) - 7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user