mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge pull request #880 from iNavFlight/dzikuvx-fix-throttle-command-zeroing
Fix throttle commands zeroing on Configuration page
This commit is contained in:
commit
823a9cb806
1 changed files with 0 additions and 5 deletions
|
@ -584,11 +584,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
|
||||
ARMING_CONFIG.auto_disarm_delay = parseInt($('input[name="autodisarmdelay"]').val());
|
||||
|
||||
MISC.minthrottle = parseInt($('#minthrottle').val());
|
||||
MISC.midrc = parseInt($('#midthrottle').val());
|
||||
MISC.maxthrottle = parseInt($('#maxthrottle').val());
|
||||
MISC.mincommand = parseInt($('#mincommand').val());
|
||||
|
||||
MISC.battery_cells = parseInt($('#cells').val());
|
||||
MISC.voltage_source = parseInt($('#voltagesource').val());
|
||||
MISC.vbatdetectcellvoltage = parseFloat($('#celldetectvoltage').val());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue