Settings-Datei lesen fertig

This commit is contained in:
Bernhard
2026-01-20 20:11:36 +01:00
parent 874ebf51ba
commit 281e70d91e
6 changed files with 90 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ int Can_OpenInterface(int iMotorIndex, const char * ifacename)
if (settings.iCanSimu)
{
mylog(LOG_INFO, "CAN: Using simulation mode (motor %d).", iMotorIndex);
mylog(LOG_WARNING, "CAN: Using simulation mode (motor %d).", iMotorIndex);
intf_data[iMotorIndex].socket = -1;
motctrl[iMotorIndex].nSwitchState = 0xF5;
motctrl[iMotorIndex].nDriveConnected = 1;