mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Updating ports tab to use API version 1.1.
This commit is contained in:
parent
ebd5d27809
commit
68230b103e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
MSP.send_message(MSP_codes.MSP_IDENT, false, false, on_ident_loaded_handler);
|
MSP.send_message(MSP_codes.MSP_IDENT, false, false, on_ident_loaded_handler);
|
||||||
|
|
||||||
function 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() {
|
function on_configuration_loaded_handler() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue