Always send the ReadSettings command in short format
This is needed for FIREpull/25/head
parent
7b3782cbe7
commit
07e99515fa
|
|
@ -136,6 +136,7 @@ bool Encoder::encode(const Packetizer& packetizer, std::vector<uint8_t>& result,
|
|||
msg->network = Network::NetID::Main51;
|
||||
m51msg->command = cmd;
|
||||
switch(cmd) {
|
||||
case Command::ReadSettings:
|
||||
case Command::RequestSerialNumber:
|
||||
case Command::EnableNetworkCommunication:
|
||||
case Command::EnableNetworkCommunicationEx:
|
||||
|
|
|
|||
Loading…
Reference in New Issue