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:
parent
f5a34f7a9d
commit
aab0035d92
5 changed files with 75 additions and 5 deletions
3
js/fc.js
3
js/fc.js
|
@ -58,7 +58,8 @@ var FC = {
|
|||
mode: 0,
|
||||
profile: 0,
|
||||
uid: [0, 0, 0],
|
||||
accelerometerTrims: [0, 0]
|
||||
accelerometerTrims: [0, 0],
|
||||
name: ''
|
||||
};
|
||||
|
||||
BF_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue