1
0
Fork 0
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:
Mark Haslinghuis 2020-12-08 16:47:46 +01:00
parent 317f937fd5
commit 60780b7a02
4 changed files with 270 additions and 283 deletions

View file

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