Device: Refactor online keep alive

This commit is contained in:
Kyle Schwarz
2025-11-04 16:24:49 -05:00
parent 51e4fdc6d9
commit 30c009fe8f
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -284,6 +284,7 @@ bool Encoder::encode(const Packetizer& packetizer, std::vector<uint8_t>& result,
case Command::RequestSerialNumber:
case Command::EnableNetworkCommunication:
case Command::EnableNetworkCommunicationEx:
case Command::KeepAlive:
case Command::GetMainVersion:
case Command::GetSecondaryVersions:
case Command::NeoReadMemory: