mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
Change lexical scope msp
This commit is contained in:
parent
317f937fd5
commit
60780b7a02
4 changed files with 270 additions and 283 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
//MSPCodes needs to be re-integrated inside MSP object
|
||||
var MSPCodes = {
|
||||
const MSPCodes = {
|
||||
MSP_API_VERSION: 1,
|
||||
MSP_FC_VARIANT: 2,
|
||||
MSP_FC_VERSION: 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue