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

[MSP] Use MSP2_COMMON[_SET]_SERIAL_CONFIG for configuring ports

Configurator side of https://github.com/betaflight/betaflight/pull/9332
This commit is contained in:
Alberto García Hierro 2020-01-03 15:40:43 +00:00
parent 9278e8ed77
commit 2defc901a9
8 changed files with 306 additions and 111 deletions

View file

@ -39,7 +39,7 @@ TABS.failsafe.initialize = function (callback, scrollPosition) {
}
function get_ports_config() {
MSP.send_message(MSPCodes.MSP_CF_SERIAL_CONFIG, false, false, get_rc_data);
mspHelper.loadSerialConfig(get_rc_data);
}
function get_rc_data() {