mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
moving request for MSP_BOXNAMES & MSP_BOX
to aux tab, as the content can dynamically change (while changing configuration via CLI) #12
This commit is contained in:
parent
71677c2b68
commit
607abbd046
2 changed files with 72 additions and 71 deletions
|
@ -202,10 +202,7 @@ function onOpen(openInfo) {
|
|||
send_message(MSP_codes.MSP_IDENT, MSP_codes.MSP_IDENT);
|
||||
send_message(MSP_codes.MSP_STATUS, MSP_codes.MSP_STATUS);
|
||||
send_message(MSP_codes.MSP_PID, MSP_codes.MSP_PID);
|
||||
send_message(MSP_codes.MSP_RC_TUNING, MSP_codes.MSP_RC_TUNING);
|
||||
send_message(MSP_codes.MSP_BOXNAMES, MSP_codes.MSP_BOXNAMES);
|
||||
send_message(MSP_codes.MSP_BOX, MSP_codes.MSP_BOX);
|
||||
|
||||
send_message(MSP_codes.MSP_RC_TUNING, MSP_codes.MSP_RC_TUNING);
|
||||
}, connection_delay * 1000);
|
||||
} else {
|
||||
console.log('Failed to open serial port');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue