Bertrand Songis
4249c04742
Bsongis/trainer sbus x9e ( #7227 )
...
Fixex #5636
2019-12-23 11:10:19 +01:00
Hans Christian Olaussen
c9c33fd737
LUA sport/crossfireTelemetryPush protocol detection ( #7229 )
...
Make sportTelemetryPush/crossfireTelemetryPush return nil if they detect the wrong telemetry protocol.
This allows us to differentiate between wrong protocol and telemetry buffer not available. For lua scripts supporting both crossfire and smartport this will let us reliably detect the telemetry protocol using these functions.
2019-12-23 11:05:11 +01:00
Ben Lye
acf00938c3
Fix T16 calibration image in dark blue theme ( #7233 )
...
* Update darkblue.cpp
* Update t16.bmp
Removed white background
2019-12-23 11:04:29 +01:00
Bertrand Songis
3f8a42d270
Fixes #7232 ( #7235 )
2019-12-23 11:01:30 +01:00
3djc
d5cb5aece1
Fix wrong ifdef
2019-12-23 08:52:43 +01:00
Bertrand Songis
c91bf2afe9
MSVC compilation fix
2019-12-18 15:28:27 +01:00
3djc
0f0779b56a
Fix winbox compile
2019-12-18 15:27:02 +01:00
3djc
42adcdef87
Fix compilation with MULTI=NO
2019-12-18 11:35:56 +01:00
Bertrand Songis
8ffda8f96f
Too many params passed to a TRACE call
2019-12-17 16:51:59 +01:00
Alberto García Hierro
bf1198cf8c
Use target compiler for generating lua exported definitions ( #7186 )
...
Include the lua subdirectory only after CMAKE_C_COMPILER has been
set to the cross compiler. Otherwise, cmake will use the build machine
compiler to preprocess dataconstants.h, which breaks on some systems
and can cause problems due to different machine dependent types.
2019-12-17 11:57:40 +01:00
Bertrand Songis
12ab16718d
Cosmetics
2019-12-17 10:23:41 +01:00
Alberto García Hierro
de8ed12570
[build] Fix building with semihosting enabled ( #7206 )
...
Remove -DSEMIHOSTING from the bootloader CFLAGS unconditionally.
-DSEMIHOSTING is passed to the bootloader by the parent project when
SEMIHOSTING=ON, however the bootloader wouldn't fit on flash with
semihosting enabled.
If we leave the -DSEMIHOSTING flag, we would get a compilation error
on non-horus radios (since -DDEBUG is removed) and a link time error
on horus (since the bootloader won't fit in its allocated flash
region).
2019-12-17 08:20:41 +01:00
Bertrand Songis
16c9a92f49
Bluetooth SD logs ( #7197 )
...
Bluetooth SD logs
2019-12-16 12:22:48 +01:00
Bertrand Songis
b475a7064d
I don't see why <= instead of < here. Untested ( #7196 )
2019-12-16 07:48:19 +01:00
3djc
9abcee430a
T16 mute improve ( #7193 )
...
Introduce mute time on T16
2019-12-16 07:02:17 +01:00
Bertrand Songis
20cc9f9c3f
Font cosmetics
2019-12-12 17:00:33 +01:00
Bertrand Songis
0d6580fb6c
Fixes #7185
2019-12-12 16:00:39 +01:00
Bertrand Songis
2864ca49d7
Cosmetics
2019-12-12 15:34:45 +01:00
Bertrand Songis
14a366ea27
Cosmetics
2019-12-12 15:07:27 +01:00
Bertrand Songis
55aa99b80b
Cosmetics
2019-12-12 14:59:03 +01:00
Bertrand Songis
074bc4475c
Cosmetics
2019-12-12 14:58:17 +01:00
Bertrand Songis
b06e865141
Wismy/x7 access ( #7182 )
...
X7 ACCESS
2019-12-12 14:44:34 +01:00
Bertrand Songis
97c5634354
Fixes #7171
2019-12-10 17:45:47 +01:00
Bertrand Songis
ed1183ac67
Failsafe flag missing when in range check
2019-12-09 15:29:44 +01:00
Bertrand Songis
4098b84fe5
Bsongis/sd manager pause resume ( #7172 )
...
* Push the event EVT_ENTRY to force the current screen refresh when USB unplugged
* Test fix
* Compilation fix
2019-12-09 15:24:05 +01:00
3djc
1e020c5f2f
Fix optionsValue related casting
...
This fixes #7170
2019-12-09 07:38:51 +01:00
Bertrand Songis
744e3f1ac9
Cosmetics
2019-12-07 08:52:47 +01:00
Bertrand Songis
74db396c36
Stack overflow on Horus
2019-12-07 08:44:13 +01:00
3djc
fdc154c5ae
Use PROTOCOL_TELEMETRY_MULTIMODULE for internal multi when available ( #7147 )
...
* Use PROTOCOL_TELEMETRY_MULTIMODULE for internal multi when available
* Fix subprotocol sometime not shown
This fixes #7153
2019-12-06 16:38:12 +01:00
3djc
7a8e0dcccd
Better implementation of shutdown confirmation ( #7157 )
...
This fixes #7129
2019-12-06 16:37:15 +01:00
3djc
761ea5952b
Display version on Horus bootloader (like BW lcd) ( #7158 )
...
Display version on Horus bootloader (as done on B&W LCD)
2019-12-06 16:35:00 +01:00
3djc
75bd5fa3b1
Align multi options between screen size ( #7159 )
...
Align MULTI settings accross UI size
2019-12-06 16:31:52 +01:00
Bertrand Songis
98c123ef8b
Bsongis/issue 7156 ( #7160 )
...
Fixes #7156
2019-12-06 16:27:07 +01:00
3djc
b3500fff4b
Fix hardware menu on some compilation options
2019-12-03 17:39:24 +01:00
pascallanger
b50c977dc9
Add TXRSSI and TXLQI sensors to FrSky D8/D16/LBT when using MULTI ( #7128 )
...
Add TXRSSI and TXLQI sensors to FrSky D8/D16/LBT when using MULTI
2019-12-03 16:46:12 +01:00
3djc
7597195229
Improve multi ( #7136 )
...
Improve multi
2019-12-03 16:37:14 +01:00
3djc
6325ba19cd
Add diagnostic screens to colorlcd radios ( #7140 )
...
Add key diags screen to colorlcd radios
2019-12-03 16:34:58 +01:00
3djc
177787da18
Fix timer displays in telem view ( #7146 )
...
Fix timer displays in telem view
2019-12-03 16:31:58 +01:00
Marco Robustini
ce602c261a
Update it.h.txt ( #7144 )
...
Cosmetics...
2019-12-03 16:23:08 +01:00
Bertrand Songis
626a7096aa
Follow libACCESS origin
2019-12-03 11:45:52 +01:00
Bertrand Songis
827603dd08
Update to latest libACCESS commit
2019-12-03 11:20:38 +01:00
Bertrand Songis
a40716f396
Range test fix (it sent only the upper or lower channels, but not both) ( #7143 )
2019-12-03 09:58:26 +01:00
Bertrand Songis
4817a1404e
We waited for inputs stabilization on all radios in 2.2
2019-12-02 09:35:49 +01:00
Bertrand Songis
a27417c497
X9D+ 2019 Bootloader: wait needed before detecting trims are pressed
...
as done on Horus...
2019-12-02 08:26:17 +01:00
3djc
58da3f7a30
Increase power-on timings, but skip during watchdog reset
2019-11-28 15:58:40 +01:00
3djc
29c56cc5b7
Make TX volatge for simu more flexible ( #7124 )
2019-11-28 14:10:28 +01:00
3djc
573c63c713
Improve flash screen ( #7123 )
...
Improve flash screen
2019-11-28 13:34:17 +01:00
Bertrand Songis
50941f47a3
Hex should be UPPERCASE
2019-11-28 13:07:21 +01:00
3djc
62114475a5
Review wording for multi update
2019-11-27 17:18:43 +01:00
3djc
a56411a837
Cosmetics
2019-11-27 12:42:13 +01:00