1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Added GUI support for TBS SmartAudio.

This commit is contained in:
Michael Keller 2016-12-01 12:46:11 +13:00
parent c165fca463
commit 7d75601ef2
4 changed files with 44 additions and 27 deletions

View file

@ -20,7 +20,8 @@ function MspHelper () {
'RX_SERIAL': 6,
'BLACKBOX': 7,
'TELEMETRY_MAVLINK': 9,
'ESC_SENSOR': 10
'ESC_SENSOR': 10,
'TBS_SMARTAUDIO': 11
};
}