mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
7 lines
No EOL
245 B
JavaScript
7 lines
No EOL
245 B
JavaScript
function tab_initialize_auxiliary_configuration() {
|
|
// Request AUX_CONFIG names
|
|
send_message(MSP_codes.MSP_BOXNAMES, MSP_codes.MSP_BOXNAMES);
|
|
|
|
// Request AUX_CONFIG values
|
|
send_message(MSP_codes.MSP_BOX, MSP_codes.MSP_BOX);
|
|
} |