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

Added GUI support for iBUS telemetry.

This commit is contained in:
Michael Keller 2017-01-27 09:55:56 +13:00
parent a9bbbe5a32
commit 0cab8f9277
3 changed files with 10 additions and 1 deletions

View file

@ -22,6 +22,7 @@ function MspHelper () {
'TELEMETRY_MAVLINK': 9,
'ESC_SENSOR': 10,
'TBS_SMARTAUDIO': 11,
'TELEMETRY_IBUS': 12,
'IRC_TRAMP': 13
};
}