mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Merge pull request #391 from raphaelcoeffic/tramp_serial
added serial function for IRC Tramp
This commit is contained in:
commit
bb1d400d2b
3 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,8 @@ function MspHelper () {
|
|||
'BLACKBOX': 7,
|
||||
'TELEMETRY_MAVLINK': 9,
|
||||
'ESC_SENSOR': 10,
|
||||
'TBS_SMARTAUDIO': 11
|
||||
'TBS_SMARTAUDIO': 11,
|
||||
'IRC_TRAMP': 13
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue