1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Fix model yaw input in Receiver tab

This commit is contained in:
Anthony Dmitriyev 2016-07-07 01:18:59 +01:00
parent bf8d4cb5e5
commit 25e565b940

View file

@ -20,7 +20,11 @@ TABS.receiver.initialize = function (callback) {
}
function get_bt_config_data() {
MSP.send_message(MSP_codes.MSP_BF_CONFIG, false, false, get_rc_map);
MSP.send_message(MSP_codes.MSP_BF_CONFIG, false, false, get_special_parameters_data);
}
function get_special_parameters_data() {
MSP.send_message(MSP_codes.MSP_SPECIAL_PARAMETERS, false, false, get_rc_map);
}
function get_rc_map() {