1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 05:45:25 +03:00

Merge pull request #355 from mikeller/add_tbs_smartaudio

Added GUI support for TBS SmartAudio.
This commit is contained in:
borisbstyle 2017-01-03 09:40:56 +01:00 committed by GitHub
commit c4d72b620c
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
};
}