Kilrah
f8ff44c78f
No copy/paste on SF/LS ( fix #5366 )
2017-11-15 10:01:39 +01:00
3djc
7e29932072
Shift 3rd column a bit right ( #5364 )
2017-11-15 09:52:09 +01:00
Bertrand Songis
c1b0e9fea3
Update CREDITS.txt
2017-11-14 18:17:21 +01:00
3djc
df91e93034
Tiny cosmetic
2017-11-14 10:37:02 +01:00
Harpalyke
fd265eccbb
Adding regex check for crossfire gps format when reading logs in tele… ( #5347 )
...
* Adding regex check for crossfire gps format when reading logs in telemetry simulator
Adding a regex check when the telemetry simulator parses gps cords from a log file to see if the if the cords are in the crossfire gps log format.
The GPS telemetry sensor from crossfire logs the coordinates as latitude with a precision of six decimal places followed by a space and then longitude also to six decimal places. e.g. "53.279969 -7.701416"
When the cords are already in this format their is no need to call convertDegMin on the values
* Fixing code styling
* Updating code style
* Updating code style
* Checking the gps coordinates format once before the full file is processed instead of evaluating the regex for every line of the file.
Optimize regex by removing surrounding parenthesis
2017-11-13 22:21:22 +01:00
Bertrand Songis
57d53abd6e
Fixes #5300 ( #5353 )
2017-11-13 22:18:07 +01:00
Sebastien Charpentier
c62e0cc7d1
Updated French Translation ( #5356 )
...
* Starting point before translation.
* Updated French translation.
2017-11-13 22:17:48 +01:00
Bertrand Songis
e5b2b8ef64
Bsongis/issue 5311 ( #5354 )
...
Fixes #5311
2017-11-13 22:17:13 +01:00
Neil Horne
e6542a78d0
Fix displayed file path for Windows OS ( #5355 )
2017-11-13 15:30:15 +01:00
Arne Schwabe
084680b5fd
Fix custom string in multiprotocols companion
2017-11-13 11:11:41 +01:00
3djc
bdfcc5d181
Improve commit tests
2017-11-13 10:55:19 +01:00
Arne Schwabe
2d6962d937
Also fix compiler warning on sky9x
2017-11-13 10:52:33 +01:00
Arne Schwabe
d8210b832f
Fix multi build on Sky9X
2017-11-13 10:42:25 +01:00
Kilrah
ac22e33cec
Missing def
2017-11-13 09:41:55 +01:00
Kilrah
7f05df2627
Only apply theme option changes when exiting edit mode for color type options ( fix #3799 )
2017-11-13 00:17:35 +01:00
Bertrand Songis
9d7dab724b
Bsongis/issue 5338 ( #5344 )
...
Fixes #5338
2017-11-12 14:15:19 +01:00
3djc
b8b67ba864
Push model name audio after hello ( #5350 )
2017-11-12 14:07:26 +01:00
Bertrand Songis
f6309138f6
Fixes #5312 ( #5345 )
2017-11-11 22:20:05 +01:00
Sebastien Charpentier
7ca3f60999
Updated Wizard for X9 radios. ( #4910 )
2017-11-11 09:46:38 +01:00
Damjan Adamic
f0f3e35bf6
Lua memory (de)allocation tracer: ( #5191 )
...
* Lua memory (de)allocation tracer:
Usage:
* turn on: `cmake -DLUA=YES -DLUA_ALLOCATOR_TRACER=YES -DDEBUG=YES -DNANO=NO`
* get debug output and make plot data: `./simu 2>&1 | grep "^LT" | ../radio/util/lua_trace2plot.py > data.plot`
* plot: `gnuplot -e 'set xtics rotate; plot "data.plot" using 2:xtic(1) ; pause mouse close'`
* Changes based on Bertrand comments
2017-11-11 09:41:05 +01:00
3djc
c30ff28f85
Replace S6R text by SxR since it handles both S6R and S8R
2017-11-11 09:38:10 +01:00
Bertrand Songis
5a121bfcb8
License dates changed and contents converted to UTF-8
2017-11-11 09:33:14 +01:00
Arne Schwabe
613b2edf49
Multi improvements ( #5322 )
...
* implementing syncing with multi
* Send config command
* Implement setting failsafe for multimodule
* Fix
* Fix last bugs. Multi sync now working as expected.
* Add eww multi protocol
2017-11-11 08:57:04 +01:00
Neil Horne
8e9d370770
Companion global variables refactor ( #5328 )
...
* Companion Global Variables refactor to support changes to radio in 2.2
* Update model print for global variables refactor
* Check and if necessary update all flight modes gvar after updating min or max
* Fix loop limit
* Add clear single gvar context menu
Add gvar popup values to model print
Minor fixes
2017-11-11 08:56:30 +01:00
Damjan Adamic
69afa9d0f8
Fixes #5302 : added zesty
(Ubuntu 17.04) and artful
(Ubuntu 17.10) and removed yakkety
(Ubuntu 16.10)
2017-11-10 19:23:01 +01:00
Damjan Adamic
955d5775cb
Add Lua getUsage() function that returns percent of already used up i… ( #5313 )
...
* Add Lua getUsage() function that returns percent of already used up instructions in current script execution cycle. It can be used to avoid script being killed when doing long lasting tasks (like telemetry logs loading and parsing)
* Compilation fixes
* Doc fix
* Disable Lua script instructions limit in DEBUG mode
2017-11-10 17:23:37 +01:00
Damjan Adamic
6c7e4b5597
Debug Timers: add 10ms period measurement, delete unused timer debugT… ( #5319 )
...
* Debug Timers: add 10ms period measurement, delete unused timer debugTimerPerMainPeriod
* Typo in drawSplash() if MENUS_LOCK == 1
2017-11-10 17:23:09 +01:00
3djc
ff8f4a3a92
Reassigns stats icon to better match actual screen content ( #5339 )
2017-11-10 17:22:32 +01:00
Arne Schwabe
2e248e7bc0
Do double pythrogoras if altitude is involved ( fixes #5280 ) ( #5341 )
2017-11-10 16:41:52 +01:00
Arne Schwabe
f9d5201b0c
Only set telemetry to streaming when receiving rssi from RX on crossfire ( closes #5340 )
2017-11-10 10:48:57 +01:00
Kilrah
baa3938f06
[companion] Edit checklist always available
2017-11-10 10:16:36 +01:00
Kilrah
12a0d6d5bc
[companion] LCD type was not read ( fix #5337 )
2017-11-10 10:12:27 +01:00
Bertrand Songis
0f8c868d6b
Update CREDITS.txt
2017-11-10 07:20:31 +01:00
Kilrah
761b0e0cfa
Simu compilation fix
2017-11-08 22:01:35 +01:00
Neil Horne
5bb759a0e7
Replace spaces in model name with underscores for file name ( #5335 )
2017-11-08 21:33:12 +01:00
Kilrah
1ef1109b5f
Add some saves (related to #5137 )
2017-11-08 13:57:56 +01:00
Kilrah
36789bff3f
128x64 telemetry page was out of sync ( fix #5166 )
2017-11-08 13:49:42 +01:00
Kilrah
d8f1ad3a82
Flight mode 0 value of a Global Variable should not be able to refer to another FM ( fix #5310 )
2017-11-08 13:30:28 +01:00
Bertrand Songis
f197aa52ac
Update CREDITS.txt
2017-11-08 13:06:29 +01:00
Kilrah
fdec738485
Prevent lockup on boot in case of 32kHz oscillator failure ( fix #5294 )
2017-11-08 13:02:32 +01:00
Kilrah
e2858dbb03
[companion] Some fields missing for Sky9x ( fix #5326 )
2017-11-08 12:55:31 +01:00
3djc
8d75f9c991
Merge pull request #5318 from opentx/3djc/more-datetime-fixes
...
Fix datetime
2017-11-07 08:30:23 +01:00
Bertrand Songis
8c6b5717f7
Update CREDITS.txt
2017-11-05 19:25:22 +01:00
Kilrah
63536b9819
Cosmetics
2017-11-04 10:15:56 +01:00
Kilrah
8780339c72
Crossfire baudrate selection for X10 ( fix #5315 )
2017-11-04 10:14:22 +01:00
Kilrah
90542b189c
Cosmetics
2017-11-04 10:14:22 +01:00
Kilrah
83766bc3f6
Simu Debug compile fix
2017-11-04 10:14:22 +01:00
Bertrand Songis
6a61a911de
Update CREDITS.txt
2017-11-02 17:45:15 +01:00
3djc
7b074305af
Instead off dealing with individual exception, rule out all 'internal' sensors
2017-11-01 09:05:46 +01:00
RCdiy
973716fbfa
Companion Build Option Lua Toot Tip change wording from "model" to "custom" ( #5277 )
...
* Companion Build Option Lua Toot Tip Change model to custom
2017-10-31 21:56:54 +01:00