Added display of network settings application status. Added axis indicators for the legend that contains information about the point
This commit is contained in:
@@ -265,6 +265,11 @@ void Commands::processPacket(QByteArray data)
|
||||
emit netSettingsReceived(settings);
|
||||
break;
|
||||
}
|
||||
case COMM_SET_BMS_NET_SETTINGS:
|
||||
{
|
||||
emit ackReceived(tr("Network settings applied successfully"));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user