Updating ports tab to use API version 1.1.

10.3.x-maintenance
Dominic Clifton 2015-01-02 19:28:05 +00:00
parent ebd5d27809
commit 68230b103e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
MSP.send_message(MSP_codes.MSP_IDENT, false, false, on_ident_loaded_handler);
function on_ident_loaded_handler() {
MSP.send_message(MSP_codes.MSP_CONFIG, false, false, on_configuration_loaded_handler);
MSP.send_message(MSP_codes.MSP_BF_CONFIG, false, false, on_configuration_loaded_handler);
}
function on_configuration_loaded_handler() {