1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Drop MSP_CF_SERIAL_CONFIG and MSP_SET_CF_SERIAL_CONFIG

This commit is contained in:
Pawel Spychalski (DzikuVx) 2022-02-23 14:27:42 +01:00
parent 23d434e52d
commit f9ef3900a3
2 changed files with 1 additions and 50 deletions

View file

@ -18,15 +18,7 @@ TABS.auxiliary.initialize = function (callback) {
}
function get_rc_data() {
if (SERIAL_CONFIG.ports.length == 0) {
MSP.send_message(MSPCodes.MSP_RC, false, false, get_serial_config);
} else {
MSP.send_message(MSPCodes.MSP_RC, false, false, load_html);
}
}
function get_serial_config() {
MSP.send_message(MSPCodes.MSP_CF_SERIAL_CONFIG, false, false, load_html);
MSP.send_message(MSPCodes.MSP_RC, false, false, load_html);
}
function load_html() {