mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +03:00
resolving conflicts
This commit is contained in:
parent
2d6feb0e6a
commit
d4969d73a1
3 changed files with 2 additions and 10 deletions
|
@ -772,4 +772,4 @@ function configuration_restore(callback) {
|
|||
|
||||
upload();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -179,14 +179,13 @@ var DATAFLASH = {
|
|||
usedSize: 0
|
||||
};
|
||||
|
||||
<<<<<<< HEAD
|
||||
var RC_controls = {
|
||||
deadband: 0,
|
||||
yaw_deadband: 0,
|
||||
alt_hold_deadband: 0,
|
||||
alt_hold_fast_change: 0
|
||||
};
|
||||
=======
|
||||
|
||||
var RX_CONFIG = {
|
||||
serialrx_provider: 0,
|
||||
maxcheck: 0,
|
||||
|
@ -207,4 +206,3 @@ var FAILSAFE_CONFIG = {
|
|||
};
|
||||
|
||||
var RXFAIL_CONFIG = [];
|
||||
>>>>>>> cleanflight/development
|
||||
|
|
|
@ -290,15 +290,9 @@
|
|||
<div class="gui_box grey">
|
||||
<div class="gui_box_titlebar">
|
||||
<div class="spacer_box_title" i18n="configurationRSSI"></div>
|
||||
<<<<<<< HEAD
|
||||
<div class="helpicon cf_tip">
|
||||
<div class="cf_tooltiptext" i18n="configHelp1" style="display:none;"></div>
|
||||
=======
|
||||
<div class="helpicon cf_tip">
|
||||
<div class="cf_tooltiptext" i18n="configurationRSSIHelp" style="display:none;"></div>
|
||||
</div>
|
||||
>>>>>>> cleanflight/development
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer_box">
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue