Damjan Adamic
d54f25ccba
Lua api and interface lua_api.cpp moved to lua dir and split into several files
2015-11-15 12:05:53 +01:00
Bertrand Songis
2f03e2c4ad
Update DONATIONS.txt
2015-11-15 10:03:54 +01:00
Damjan Adamic
c92d88b664
Lua documentation update
2015-11-15 09:50:53 +01:00
Bertrand Songis
b666892da4
Merge pull request #3065 from opentx/projectkk2glider/autogen_lua_docs_2
...
Projectkk2glider/autogen lua docs 2
2015-11-14 18:47:18 +01:00
Bertrand Songis
52809b51b9
Update DONATIONS.txt
2015-11-14 17:20:11 +01:00
Damjan Adamic
1a399a649d
Typos
2015-11-13 20:00:46 +01:00
Damjan Adamic
0f246d2f39
More docs
2015-11-13 19:48:32 +01:00
Damjan Adamic
e5ef862729
Docs added
2015-11-13 18:50:43 +01:00
Damjan Adamic
e6546af9b1
Fixes #2947 : luaGetVersion() upgraded to also return the radio type.
...
Start of Lua API documentation that can be parsed with a custom script that generates gitbook documentation
2015-11-13 18:50:43 +01:00
Andre Bernet
feb98816ec
Hide switch field for FM0
2015-11-13 19:37:27 +04:00
Andre Bernet
71411fcb62
LR12 protocol actually doesn't support remote failsafe configuration
2015-11-13 19:26:34 +04:00
Damjan Adamic
d5824f5719
Re #3043 : Air speed unit typo corrected in parser
2015-11-13 00:19:08 +01:00
Bertrand Songis
f875aec72b
Update DONATIONS.txt
2015-11-12 19:29:25 +01:00
Bertrand Songis
1b7e62a1f0
Merge pull request #3060 from opentx/projectkk2glider/issue_3059_speed_conversions
...
Fixes #3059 : added unit conversions from km/h
2015-11-12 18:53:02 +01:00
Damjan Adamic
ef5746de11
Re #3043 : added Air speed parser
2015-11-12 18:47:32 +01:00
Damjan Adamic
454a664d01
Re #3059 : table lookup used for unit conversion, saved some 50 bytes of FLASH
2015-11-12 14:53:00 +01:00
Damjan Adamic
58edcc3af8
Fixes #3059 : added unit conversions from km/h
2015-11-12 13:55:24 +01:00
Bertrand Songis
09846ca917
Update DONATIONS.txt
2015-11-11 21:43:12 +01:00
Bertrand Songis
2b2f34af29
Release note for 2.1.6 updated
2015-11-11 10:42:20 +01:00
Bertrand Songis
a06d405a2c
Update DONATIONS.txt
2015-11-11 10:26:55 +01:00
Bertrand Songis
429490eb86
Switch to 2.1.6
2015-11-11 10:24:58 +01:00
Bertrand Songis
c73a8bac25
[Taranis X9E] Problem of impossible shutdown on some radios
2015-11-11 10:23:53 +01:00
Damjan Adamic
f854442c79
Fixes #3047 :
...
* negative altitude on top bar was displayed wrong (same bug affected vertical speed)
* add ability to select an altitude sensor with ft unit for top bar
* display actual sensor unit for top bar altitude
2015-11-10 18:01:42 +01:00
Andre Bernet
a1d44d4d9f
Telemetry custom screen changes didn't emit modified signal ( Fix #3029 )
2015-11-07 21:14:48 +01:00
Andre Bernet
cc2fcce559
Hide D8/LR12 in companion when eu firmware option is selected
2015-11-07 08:35:47 +01:00
Bertrand Songis
a4869cdb8a
Update releasenotes.txt
2015-11-05 19:01:08 +01:00
Bertrand Songis
333d7f1ac1
Update releasenotes.txt
2015-11-05 19:00:40 +01:00
martin
380f435cf2
CZ translations
2015-11-04 23:19:50 +01:00
Andre Bernet
5805c0904a
French translations
2015-11-04 21:27:56 +01:00
Damjan Adamic
cd2be28aab
Typo in release notes
2015-11-04 19:23:54 +01:00
Damjan Adamic
d038a0379b
Release notes updated, release set to 2015-11-04
2015-11-04 19:14:51 +01:00
Bertrand Songis
aa24bd72ff
Merge pull request #3022 from opentx/kilrah/protocol_fixes
...
Kilrah/protocol fixes
2015-11-02 00:42:39 +01:00
Andre Bernet
a11884522a
Missing else
2015-11-01 14:16:27 +04:00
Andre Bernet
58216ec8b0
Add channel names on companion failsafe sliders ( fix #3021 ), remove redundant stuff
2015-11-01 14:06:49 +04:00
Andre Bernet
1641db873d
Had forgotten to add the shift in channel names on failsafe setup page
2015-11-01 14:03:19 +04:00
Andre Bernet
b1ec421b02
Disable trainer/battery compartment if UART mode not appropriate (#
...
2994)
2015-11-01 13:00:36 +04:00
Andre Bernet
5119448170
Companion support for Taranis internal PPM, remove disabled DJT choice for stock board
2015-11-01 12:26:15 +04:00
Andre Bernet
0d6d309362
Move available protocol list from EEPROMinterface to Firmware class
2015-11-01 12:22:36 +04:00
Damjan Adamic
b56e107e25
Release notes updated
2015-10-31 20:22:14 +01:00
Bertrand Songis
473ddcb56d
Update DONATIONS.txt
2015-10-31 18:49:57 +01:00
Bertrand Songis
484583106c
Merge pull request #3011 from opentx/projectkk2glider/lua_io_issues
...
Projectkk2glider/lua io issues
2015-10-31 18:48:53 +01:00
Bertrand Songis
7138c7c0e4
Merge pull request #3019 from opentx/jtaylor2/issue_3012
...
Remove __CYGWIN__ from Issue 3012 Windows pathing fix because Cygwin
2015-10-31 18:48:25 +01:00
jtaylor2
dcebac87b9
Remove __CYGWIN__ from Issue 3012 Windows pathing fix because Cygwin
...
uses posix pathing and not Windows pathing.
2015-10-31 10:22:11 -04:00
Andre Bernet
8b419770e2
Harmonise module default channel count
2015-10-31 11:25:35 +04:00
Andre Bernet
3d29b8e7e5
Missing default for internal module type ( Fix #3017 )
2015-10-31 11:24:05 +04:00
Andre Bernet
22c429a1a7
Also search for simulators in companion.exe path on Windows ( Fix #3012 )
2015-10-31 10:17:43 +04:00
Damjan Adamic
3b4a6fb49b
Fixes #3016 : Changing the trainer port setting did not set the model modified flag
2015-10-30 22:01:19 +01:00
Damjan Adamic
3dc7e66ba7
Small fix in cli: main stack size reported wrong
2015-10-30 18:20:05 +01:00
Bertrand Songis
fbc2def259
Update DONATIONS.txt
2015-10-30 14:59:45 +01:00
Andre Bernet
08ff104d26
Correct failsafe mapping ( fix #2975 )
2015-10-30 13:08:26 +04:00