1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00
Commit graph

10241 commits

Author SHA1 Message Date
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
Damjan Adamic
b153cdec93 Fixes #5266: Lua docs updated: radio type has different names for the various radios in 2.2.0 2017-10-31 18:04:21 +01:00
Bertrand Songis
c63ad89a8c
Update CREDITS.txt 2017-10-29 22:42:53 +01:00
3djc
9a95b47c96 Prevent negative values in DMAFillRect (#5308) 2017-10-29 16:28:51 +01:00
Kilrah
b4cf7315a5 X10 sport connector support 2017-10-29 16:22:31 +01:00
Kilrah
d775a09095 Fix X10 backlight (min level of 46 to prevent display interference, must be hardware problem, FrOS uses same lower limit) 2017-10-29 16:02:51 +01:00
Arne Schwabe
318d77e863 Show telemetry UART errors in statistics debug page (#5185)
* Show telemetry errors in Debug statistics

This introduces a second debug page on X7 and X9 platform since the original page is almost full.
Also fix the X7 menu navigation to be able to go back and forth

* Fix compile error on platforms without key_page

* avr-gcc bails on missing eolf

* Fix navigation

* Just keep pushing ....

* compile fixes of 9x and use chainMenu

* Fixes

* Align x9 behavior to x7 (for once !)

* Allow total timer reset on both long menu and long enter

* Improve 9x handling
2017-10-29 09:06:17 +01:00
Florent Martel
1962336316 Add access to vBatWarn from luaGetGeneralSettings() (#5293) 2017-10-29 08:38:50 +01:00
3djc
3fed1aa157 Fix timer display (is DATETIME but no date available) (#5299) 2017-10-29 08:36:30 +01:00
Bertrand Songis
176845047d Update CREDITS.txt 2017-10-27 08:06:13 +02:00
Bertrand Songis
62662159e1 Update CREDITS.txt 2017-10-26 22:14:36 +02:00
Bertrand Songis
c932090ed5 Update CREDITS.txt 2017-10-26 21:28:57 +02:00
Bertrand Songis
24b8ead576 Update CREDITS.txt 2017-10-25 22:20:12 +02:00
Bertrand Songis
cb2e9be6cd Update CREDITS.txt 2017-10-25 19:25:32 +02:00