1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Support for MSP_NAME

This commit is contained in:
KiteAnton 2016-07-13 23:32:18 +02:00
parent f5a34f7a9d
commit aab0035d92
5 changed files with 75 additions and 5 deletions

View file

@ -58,7 +58,8 @@ var FC = {
mode: 0,
profile: 0,
uid: [0, 0, 0],
accelerometerTrims: [0, 0]
accelerometerTrims: [0, 0],
name: ''
};
BF_CONFIG = {