feat: cfi package update

This commit is contained in:
semenov
2026-02-16 09:35:38 +03:00
parent c16e99cc3e
commit a3d6c2899b
9 changed files with 21 additions and 11 deletions

View File

@@ -323,6 +323,11 @@ void SendSystem::sendStop()
isSendStopped = true;
}
void SendSystem::sendCFI(QByteArray array)
{
sendXmlAnswer(array,PacketType::TYPE_UPDATEDCFI);
}
void SendSystem::sendDocs(QString docsPath)
{
sendFileBlock(docsPath);