Added display of network settings application status. Added axis indicators for the legend that contains information about the point

This commit is contained in:
Yury Shuvakin
2022-09-16 03:41:01 +03:00
parent 12c4535e06
commit dd63a2bf4c
7 changed files with 274 additions and 151 deletions

View File

@@ -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;
}