mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Always send the ReadSettings command in short format
This is needed for FIRE
This commit is contained in:
@@ -136,6 +136,7 @@ bool Encoder::encode(const Packetizer& packetizer, std::vector<uint8_t>& result,
|
|||||||
msg->network = Network::NetID::Main51;
|
msg->network = Network::NetID::Main51;
|
||||||
m51msg->command = cmd;
|
m51msg->command = cmd;
|
||||||
switch(cmd) {
|
switch(cmd) {
|
||||||
|
case Command::ReadSettings:
|
||||||
case Command::RequestSerialNumber:
|
case Command::RequestSerialNumber:
|
||||||
case Command::EnableNetworkCommunication:
|
case Command::EnableNetworkCommunication:
|
||||||
case Command::EnableNetworkCommunicationEx:
|
case Command::EnableNetworkCommunicationEx:
|
||||||
|
|||||||
Reference in New Issue
Block a user