mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
mixer_profile switch support
This commit is contained in:
parent
0bb8c1521b
commit
51c33d2bd9
9 changed files with 60 additions and 5 deletions
|
@ -260,6 +260,7 @@ GUI_control.prototype.updateStatusBar = function() {
|
|||
};
|
||||
|
||||
GUI_control.prototype.updateProfileChange = function() {
|
||||
$('#mixerprofilechange').val(CONFIG.mixer_profile);
|
||||
$('#profilechange').val(CONFIG.profile);
|
||||
$('#batteryprofilechange').val(CONFIG.battery_profile);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue