Raphael Coeffic
b29352b816
fixes trim re-use for T5 & T6 ( #5873 )
2018-05-06 21:42:43 +02:00
3djc
a778116b9a
Dirty fix (but can we do any better ?) ( #5863 )
2018-05-04 15:10:08 +02:00
Bertrand Songis
1afaded712
[Xlite] Either ADC or PWM used for sticks (similar to X10) ( #5867 )
2018-05-04 13:58:47 +02:00
3djc
c7e63f52ce
Update Travis QT version
2018-05-03 12:47:06 +02:00
Bertrand Songis
5696165d66
Update CREDITS.txt
2018-05-02 16:04:54 +02:00
Bertrand Songis
cfc02f67eb
Bsongis/xlite pxx ( #5856 )
...
Pulses refactoring
2018-04-29 22:55:29 +02:00
3djc
6ec64b227c
3djc/xlite sf nav ( #5855 )
...
* Another nav
* Fix popup
* Cosmetics
2018-04-29 22:17:27 +02:00
Bertrand Songis
5ca7cbc91e
Update CREDITS.txt
2018-04-29 18:53:26 +02:00
Kilrah
6ada5d46b0
Better trainer mode default on Xlite
2018-04-29 11:20:08 +02:00
Andre Bernet
69bf7b3cd3
Always map xlite primary trims to Aileron/Elev ( #5852 )
2018-04-28 15:51:29 +02:00
Kilrah
b386dd23fb
Fix fast value edit
2018-04-27 12:56:28 +02:00
Kilrah
fd4e03c565
Correct switch support
2018-04-27 12:46:06 +02:00
Kilrah
15c5898488
Fix SF Play Track on SC-SD
2018-04-27 12:35:24 +02:00
Bertrand Songis
a0c1beb61f
[X-Lite] Next round of changes ( #5847 )
...
* [X-Lite] PXX is now sent every 4ms
* New option PXX_FREQUENCY (HIGH / LOW)
* [X-Lite] It now sends 16 channels per 4ms
2018-04-27 08:45:00 +02:00
3djc
7979401675
Remove unneeded test
2018-04-26 19:29:35 +02:00
3djc
09e6fde327
Fix broken name edition (@bsongis please double check)
2018-04-26 10:22:09 +02:00
3djc
a2518c1156
fix sxr xlite
2018-04-26 09:57:16 +02:00
3djc
f70dba5e6e
'shift' less nav
2018-04-26 09:19:34 +02:00
Bertrand Songis
99604dccc9
XLite support ( #5806 )
2018-04-25 23:07:04 +02:00
Sebastien Charpentier
37f96d452a
Fr Translation ( #5845 )
...
* Fixed few typos.
* CFN (Custom Fonction N) translation.
* Removed useless dot.
2018-04-25 19:14:14 +02:00
Bertrand Songis
584a4e082e
Update CREDITS.txt
2018-04-25 13:05:06 +02:00
Jesper Frickmann
d59a853f0c
Issue #5696 ( #5698 )
...
When an "Adjust GV" special function is reusing trim buttons to increase/decrease GVs, then the trim limits are applied instead of GV limits. This patch applies the GV limits.
2018-04-25 08:04:43 +02:00
Raphael Coeffic
2ad0db2d80
Set all custom failsafe channels at once ( #5834 )
...
* added setCustomFailsafe()
* failsafe setup: set all custom channels with ENTER long press
implements #5820
* added “outputs -> failsafe” menu item on horus
* change “Trims >> Subtrims” to “Trims => Subtrims”
* use translated string for “Outputs => Failsafe”
* fixed entered TR_TRIMS2OFFSETS and TR_OUTPUTS2FAILSAFE
When using ZCHARs in Horus texts, there are some artefacts when highlighted.
* added “outputs -> failsafe” menu item on taranis 212x64 LCD
* added “outputs -> failsafe” menu item on taranis 128x64 LCD
* fixed indentation
2018-04-24 08:13:09 +02:00
3djc
4f8f00c4e2
Make cut use mixer instead of override ( #5799 )
...
Make cut use mixer instead of override
2018-04-23 13:15:14 +02:00
Raphael Coeffic
697403b841
fixed PIXEL_PTR() macro on X10
...
fixes #5764
2018-04-22 12:06:20 +02:00
Bertrand Songis
1f8ebea10c
Update CREDITS.txt
2018-04-18 15:42:56 +02:00
Bertrand Songis
fb4bc0a528
Update CREDITS.txt
2018-04-18 15:42:33 +02:00
Andre Bernet
01c37701d9
New chat URL
2018-04-18 16:50:38 +04:00
3djc
5b15481138
Update README.md
2018-04-17 12:21:50 +02:00
Sebastien Charpentier
8f8b809756
Updated French Translation ( #5832 )
...
* Initial version
* Updated French translation
2018-04-16 22:48:39 +02:00
Raphael Coeffic
29cbeb8782
add boot version tag to taranis bootloader ( #5831 )
...
Allows for detecting the bootloader at the beginning of firmware.
fixes #5826
2018-04-16 07:30:09 +04:00
3djc
746a2ae528
Improve switch warning UI for 128x64 Taranis ( #5822 )
...
* - Match X9 behavior
- Made to handle replacing SH by a two pos and the future two additional switches
- Use string tables to find switch standard designation
* Compile fix
2018-04-15 09:47:35 +02:00
Bertrand Songis
9c4a81a6ee
Fixes #5816 ( #5830 )
2018-04-15 09:46:17 +02:00
Bertrand Songis
bae00c0e20
Update CREDITS.txt
2018-04-12 22:12:41 +02:00
3djc
1835cb12be
Fix small negative GPS values ( #5810 )
2018-04-12 22:05:15 +04:00
Max Paperno
9e4a0680ab
[Simulator] Add mixes display to Radio Outputs widget ( #5811 )
...
* [Simulator] Add mixes output display to RadioOutputsWidget (closes #2655 ).
* Add proper limits reporting & representation for channel and mix values in RadioOutputsWidget.
2018-04-12 22:02:27 +04:00
Raphael Coeffic
7b12c99a0b
bootloader: use software reset instead of jump ( #5823 )
...
fixes #5627
2018-04-12 20:49:50 +04:00
Bertrand Songis
39c5d65f76
Update CREDITS.txt
2018-04-11 21:53:29 +02:00
Bertrand Songis
5f91426fec
Update CREDITS.txt
2018-04-10 17:57:26 +02:00
3djc
910fc28dce
Rework BL behavior for Horus ( #5813 )
2018-04-10 11:40:45 +02:00
Bertrand Songis
f79703e7fd
Update CREDITS.txt
2018-04-08 21:09:38 +02:00
Bertrand Songis
85a2a575a3
Update CREDITS.txt
2018-04-07 08:33:08 +02:00
3djc
a07f37e99d
Merge pull request #5805 from opentx/LapinFou/Fr_Translation
...
Updated French translation
2018-04-05 20:17:39 +02:00
LapinFou
3d0fd81cc4
Fixed wrong (and confusing) translation.
2018-04-05 20:10:17 +02:00
Bertrand Songis
ec463819fe
Bsongis/xlite fixes ( #5803 )
...
X-Lite fixes
2018-04-04 23:40:21 +02:00
Bertrand Songis
fabee0e675
X-Lite bootloader
2018-04-04 16:01:15 +02:00
3djc
1b005c83eb
Review newAntennaSel
2018-04-04 11:29:34 +02:00
Bertrand Songis
c7e882e97d
X-Lite external antenna on internal module
2018-04-04 11:05:07 +02:00
Bertrand Songis
0c09c07cd2
xlite antenna selection menu ( #5801 )
2018-04-04 11:00:24 +02:00
3djc
b02344ffc5
Rework Horus BL handling ( #5800 )
2018-04-03 23:05:27 +02:00