1
0
Fork 0
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:
borisbstyle 2017-01-16 16:36:11 +01:00 committed by GitHub
commit bb1d400d2b
3 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,8 @@ function MspHelper () {
'BLACKBOX': 7,
'TELEMETRY_MAVLINK': 9,
'ESC_SENSOR': 10,
'TBS_SMARTAUDIO': 11
'TBS_SMARTAUDIO': 11,
'IRC_TRAMP': 13
};
}