mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Path more cases that lead to inproper MSP version select
This commit is contained in:
parent
66d682daba
commit
32ab753e23
4 changed files with 25 additions and 5 deletions
|
@ -57,7 +57,7 @@ var MSP = {
|
|||
CHECKSUM_V1: 16,
|
||||
CHECKSUM_V2: 17,
|
||||
},
|
||||
protocolVersion: 1, // this.constants.PROTOCOL_V1
|
||||
protocolVersion: 2, // this.constants.PROTOCOL_V2
|
||||
state: 0, // this.decoder_states.IDLE
|
||||
message_direction: 1,
|
||||
code: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue