mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
another run on undefined comparators
This commit is contained in:
parent
468d7f57c8
commit
dbf528345e
5 changed files with 16 additions and 16 deletions
|
@ -59,8 +59,8 @@ var MSP = {
|
|||
code: 0,
|
||||
message_length_expected: 0,
|
||||
message_length_received: 0,
|
||||
message_buffer: undefined,
|
||||
message_buffer_uint8_view: undefined,
|
||||
message_buffer: null,
|
||||
message_buffer_uint8_view: null,
|
||||
message_checksum: 0,
|
||||
|
||||
callbacks: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue