mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Re-instate use of MSP_CONFIG and updated MSP_MISC commands in
cleanflight.
This commit is contained in:
parent
e8bd813fb8
commit
41a2ef3295
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ TABS.setup.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function load_ident() {
|
function load_ident() {
|
||||||
MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_html);
|
MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_misc_data);
|
||||||
//MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_config);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function load_config() {
|
function load_config() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue