mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Add support for changing the craft name
Uses MSP_NAME/MSP_SET_NAME to get and set it. A new section was added to the Configuration tab which includes an input for the name. Also, some CSS changes to allow wider fields for string inputs.
This commit is contained in:
parent
007d4f9694
commit
824a0d5f8b
6 changed files with 106 additions and 5 deletions
|
@ -10,6 +10,9 @@ var MSPCodes = {
|
|||
MSP_INAV_PID: 6,
|
||||
MSP_SET_INAV_PID: 7,
|
||||
|
||||
MSP_NAME: 10,
|
||||
MSP_SET_NAME: 11,
|
||||
|
||||
MSP_NAV_POSHOLD: 12,
|
||||
MSP_SET_NAV_POSHOLD: 13,
|
||||
MSP_CALIBRATION_DATA: 14,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue