Remove PidController

This commit is contained in:
2023-02-19 09:44:28 +01:00
parent d079d81230
commit fd7f67da04
3 changed files with 1 additions and 33 deletions

View File

@@ -106,6 +106,5 @@ namespace TestApp
_Driver.HostAddress = settings.ChargerAddress ?? Settings.DEFAULT_CHARGER_ADDRESS;
_Driver.Port = settings.ChargerPort ?? Settings.DEFAULT_CHARGER_PORT;
}
}
}