feat: add CFI Update

This commit is contained in:
semenov
2026-01-27 12:04:46 +03:00
parent f7c677f498
commit c7f2afe3c2
9 changed files with 31 additions and 5 deletions

View File

@@ -510,6 +510,11 @@ void RecognizeSystem::recognize()
packetType = PacketType::TYPE_NONE;
client->setClientHash(hash);
}
if(packetType == PacketType::TYPE_CFIUPDATE)
{
qDebug() << "CFI HELLO";
}
packetType = PacketType::TYPE_NONE;
}