mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
More...
This commit is contained in:
parent
a32e0f018b
commit
6567aaf439
2 changed files with 5 additions and 6 deletions
|
@ -453,6 +453,11 @@ var SerialBackend = (function () {
|
|||
$('.mode-disconnected').hide();
|
||||
$('.mode-connected').show();
|
||||
|
||||
|
||||
MSP.send_message(MSPCodes.MSP_BOXIDS, false, false, function () {
|
||||
FC.generateAuxConfig();
|
||||
});
|
||||
|
||||
MSP.send_message(MSPCodes.MSP_DATAFLASH_SUMMARY, false, false, function () {
|
||||
$('#sensor-status').show();
|
||||
$('#portsinput').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue