1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 13:25:24 +03:00

added serial function for IRC Tramp

This commit is contained in:
Raphael Coeffic 2017-01-16 14:33:21 +01:00
parent 9cb7de962c
commit 8129640153
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
};
}