mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
drop BF_CONFIG MSP frame
This commit is contained in:
parent
c5d52b0a0a
commit
051e9fa00e
12 changed files with 55 additions and 172 deletions
|
@ -33,6 +33,8 @@ var MSPCodes = {
|
|||
MSP_SET_CHANNEL_FORWARDING: 33,
|
||||
MSP_MODE_RANGES: 34,
|
||||
MSP_SET_MODE_RANGE: 35,
|
||||
MSP_FEATURE: 36,
|
||||
MSP_SET_FEATURE: 37,
|
||||
MSP_BOARD_ALIGNMENT: 38,
|
||||
MSP_SET_BOARD_ALIGNMENT: 39,
|
||||
MSP_CURRENT_METER_CONFIG: 40,
|
||||
|
@ -153,8 +155,8 @@ var MSPCodes = {
|
|||
// Additional private MSP for baseflight configurator (yes thats us \o/)
|
||||
MSP_RX_MAP: 64, // get channel map (also returns number of channels total)
|
||||
MSP_SET_RX_MAP: 65, // set rc map, numchannels to set comes from MSP_RX_MAP
|
||||
MSP_BF_CONFIG: 66, // baseflight-specific settings that aren't covered elsewhere
|
||||
MSP_SET_BF_CONFIG: 67, // baseflight-specific settings save
|
||||
MSP_BF_CONFIG: 66, // Depreciated
|
||||
MSP_SET_BF_CONFIG: 67, // Depreciated
|
||||
MSP_SET_REBOOT: 68, // reboot settings
|
||||
MSP_BF_BUILD_INFO: 69, // build date as well as some space for future expansion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue