mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Fixed bug with profile selector: It updates now on every status request.
This commit is contained in:
parent
3c05c218c5
commit
11fcf24258
2 changed files with 5 additions and 6 deletions
|
@ -260,7 +260,8 @@ function onConnect() {
|
|||
|
||||
var dataflash = $('#dataflash_wrapper');
|
||||
dataflash.show();
|
||||
|
||||
|
||||
MSP.send_message(MSP_codes.MSP_STATUS, false, false);
|
||||
|
||||
// TEST code for dataflash status in header
|
||||
MSP.send_message(MSP_codes.MSP_DATAFLASH_SUMMARY, false, false);
|
||||
|
@ -313,13 +314,10 @@ function onConnect() {
|
|||
|
||||
|
||||
|
||||
// testing dataflash change END
|
||||
|
||||
// testing dataflash change END
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function onClosed(result) {
|
||||
if (result) { // All went as expected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue