1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2022-03-11 13:02:06 +01:00
parent 66d682daba
commit 32ab753e23
4 changed files with 25 additions and 5 deletions

View file

@ -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,