Communication: Add missing short format commands

pull/73/head
Kyle Schwarz 2025-02-19 00:20:49 -05:00
parent 051063e684
commit 77b3564677
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ bool Encoder::encode(const Packetizer& packetizer, std::vector<uint8_t>& result,
case Command::GetMainVersion:
case Command::GetSecondaryVersions:
case Command::NeoReadMemory:
case Command::ClearCoreMini:
case Command::LoadCoreMini:
// There is a firmware handling idiosyncrasy with these commands
// They must be encoded in the short format
m51msg->forceShortFormat = true;