Re-instate use of MSP_CONFIG and updated MSP_MISC commands in
cleanflight.10.3.x-maintenance
parent
e8bd813fb8
commit
41a2ef3295
|
@ -13,8 +13,7 @@ TABS.setup.initialize = function (callback) {
|
|||
}
|
||||
|
||||
function load_ident() {
|
||||
MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_html);
|
||||
//MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_config);
|
||||
MSP.send_message(MSP_codes.MSP_IDENT, false, false, load_misc_data);
|
||||
}
|
||||
|
||||
function load_config() {
|
||||
|
|
Loading…
Reference in New Issue