bugfix/ai-static-analysis #82

Merged
localhorst merged 33 commits from bugfix/ai-static-analysis into master 2025-12-10 21:52:17 +01:00
15 changed files with 273 additions and 179 deletions
Showing only changes of commit c27471ae03 - Show all commits

View File

@ -104,7 +104,6 @@ string Drive::sPowerCyclesToText()
string Drive::sTemperatureToText()
{
return to_string(getTemperature()) + " C";
;
}
void Drive::setTaskPercentage(double d32TaskPercentage)