mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Add display name to config, backup/restore and OSD
This commit is contained in:
parent
d502e69bb2
commit
ab83c79315
5 changed files with 25 additions and 2 deletions
|
@ -78,6 +78,7 @@ var FC = {
|
|||
uid: [0, 0, 0],
|
||||
accelerometerTrims: [0, 0],
|
||||
name: '',
|
||||
displayName: 'JOE PILOT',
|
||||
numProfiles: 3,
|
||||
rateProfile: 0,
|
||||
boardType: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue