Bertrand Songis
cf4fa51019
cli command "set rtc" added
...
syntax: set rtc <year> <month> <day> <hour> <minute> <second>"
2015-12-16 22:27:09 +01:00
Bertrand Songis
8942115f33
Fixes #3150
2015-12-16 07:11:51 +01:00
Bertrand Songis
d7cbd78edf
Merge pull request #3153 from mikeller/mikeller/invert_serial_rx_next
...
Graft of 'invert_serial_rx' onto next.
2015-12-16 07:04:30 +01:00
mikeller
90a62b00f0
Fixed compile error when building simulator.
2015-12-15 19:39:01 +13:00
Michael Keller
d165a22a54
Fixup from merge.
2015-12-15 12:06:16 +13:00
Michael Keller
1f59f04070
Merge branch 'mikeller/invert_serial_rx_next' of https://github.com/mikeller/opentx into mikeller/invert_serial_rx_next
2015-12-15 12:04:03 +13:00
mikeller
01fa6471c7
Graft of serial port inversion option onto 'next'.
2015-12-15 12:03:21 +13:00
Damjan Adamic
9e237c9e46
Re #3127 and #2921 : getFlightMode() can now return specified flight mode data
2015-12-14 20:40:27 +01:00
mikeller
551ef10d6f
Graft of serial port inversion option onto 'next'.
2015-12-15 02:08:16 +13:00
Sean Vig
4bd90d79d0
Use with open(...) as ...:
context managers
...
Instead of manually opening and closes file objects, use the context
manager that will properly handle opening and closing files for us, even
in the event of some error
2015-12-13 18:57:36 -06:00
Sean Vig
82c3230981
PEP8 and break up radio/util/tts.py
...
Break up tts.py so that each language configuration of system and custom
sounds is done in a separate file, also fixing PEP8 problems with
tts.py, mostly whitespace related
2015-12-13 18:55:03 -06:00
Sean Vig
5f698d2b17
PEP8 radio/util/translate.py
...
Remove unused imports, fix whitespace, fix undefined variable
2015-12-13 18:55:03 -06:00
Sean Vig
4bfcfd0fc8
PEP8 radio/util/taranisicons.py
...
Remove unused imports, fix whitespace, fix indentation
2015-12-13 18:55:02 -06:00
Sean Vig
bcc7982b3b
PEP8 radio/util/sportparse.py
...
Remove unused import, fix whitespace, indentation, and comments
2015-12-13 18:55:02 -06:00
Sean Vig
0743785126
PEP8 radio/util/sinus.py
...
Fix whitespace
2015-12-13 18:55:02 -06:00
Sean Vig
196dbb1d39
PEP8 radio/util/parse.py
...
Fix whitespace and indentation
2015-12-13 18:55:02 -06:00
Sean Vig
fa0ded50fe
PEP8 radio/util/luaexport.py
...
Fix indentation
2015-12-13 18:55:02 -06:00
Sean Vig
2968b25cfa
PEP8 radio/util/include-guard.py
...
Split imports, fix whitespace
2015-12-13 18:55:02 -06:00
Sean Vig
39ee317190
PEP8 radio/util/img2lbm.py
...
Fix whitespace
2015-12-13 18:54:55 -06:00
Sean Vig
710482e821
PEP8 radio/util/font2png.py
...
Fix whitespace and indentations, remove semicolons
2015-12-13 18:39:02 -06:00
Sean Vig
73f9dac120
PEP8 radio/util/fat12.py
...
Fix indentation and whitespace
2015-12-13 18:32:54 -06:00
Sean Vig
7dcd96d258
PEP8 radio/util/dsm2.py
...
Fix indentation and whitespace
2015-12-13 18:32:54 -06:00
Sean Vig
9d13484291
PEP8 radio/util/copyright.py
...
Remove unused imports, fix whitespace, fix comments
2015-12-13 18:32:54 -06:00
Sean Vig
be154140b3
PEP8 radio/util/codecs.py
...
Fix white space
2015-12-13 18:32:53 -06:00
Sean Vig
054952edcb
PEP8 radio/util/capitalize.py
...
Split imports, fix indentation
2015-12-13 18:32:53 -06:00
Sean Vig
3d6533c88b
PEP8 radio/util/bin2lbm.py
...
Fix indentation
2015-12-13 18:32:53 -06:00
Sean Vig
a0f6b0e913
PEP8 radio/util/addtr.py
...
Split imports, fix indentation
2015-12-13 18:32:53 -06:00
Sean Vig
50d8e21533
PEP8 radio/util/add-issue-links.py
...
Remove unused imports, fix indentation
2015-12-13 18:32:53 -06:00
Sean Vig
b8800ed30e
Update Makefile to allow Python 3
...
We no longer must enforce Python 2, so let Python 3 be run if that is
the system Python
2015-12-13 18:31:50 -06:00
Sean Vig
5efa5d47d3
Use Python 2/3 compatible scripts
...
Almost entirely fixing print statements, but also a couple importing
changes, wrapped in try/excepts, and one case where dict.keys() not
being a list would be a problem.
Also reverts e41139a397
The real fix for #1907
2015-12-13 18:28:44 -06:00
Damjan Adamic
b3d52e3525
Fixes #3061 : some wizard lines were not visible anymore (warn users in changelog to copy new wizard to their SD cards)
2015-12-13 20:50:25 +01:00
Damjan Adamic
aa2ca4f729
Fixes #3043 : unit for Air speed sensor set to knots
2015-12-13 20:39:28 +01:00
Damjan Adamic
034221a78e
Inputs were not exported as Lua fields
2015-12-13 19:30:36 +01:00
Bertrand Songis
b8ac51564e
Compilation fix
2015-12-11 15:12:50 +01:00
Bertrand Songis
5554540630
Lowercase again in all directories to simplify things
2015-12-11 10:00:03 +01:00
Bertrand Songis
1edc1fe316
Compilation fix
2015-12-11 09:29:01 +01:00
Bertrand Songis
00100c0c86
Cosmetics
2015-12-10 23:44:56 +01:00
Andre Bernet
8bdce4e213
Support language-specific chars in notes
2015-12-09 12:00:30 +04:00
Damjan Adamic
1dcc660f31
Fixes #2921 : Lua getFlightMode() function added
2015-12-07 18:01:37 +01:00
Bertrand Songis
13927800e2
Compilation fix
2015-12-06 23:11:42 +01:00
Bertrand Songis
1e2130de53
[Horus] Lua model scripts added
2015-12-06 22:54:43 +01:00
Damjan Adamic
9d29b483c5
Lua export fixes ported from master
...
Cmake Horus font dependencies fixed
Jenkins build scripts added and fixed
2015-12-06 11:26:07 +01:00
Damjan Adamic
75c1f9f3f7
Compilation fix
2015-11-30 20:04:28 +01:00
Damjan Adamic
af6ea012bb
Lua documentation update
2015-11-30 18:53:33 +01:00
Damjan Adamic
5492c18a01
Lua exports fixes (ported from master 5d7cc79d
):
...
* X9E fields were missing
* inputs were missing
* renamed X9E center sliders, which name collided with logical switches
2015-11-30 18:45:13 +01:00
Håkan Båstedt
9bc63c7421
Fixed messed-up line breaks
2015-11-28 22:08:55 +01:00
Håkan Båstedt
5169892d39
Swedish translation now up-to-date and in sync with EN
2015-11-28 14:43:47 +01:00
Bertrand Songis
bca9866675
[Horus] A few SD card / Models storage fixes
2015-11-27 21:33:02 +01:00
Bertrand Songis
787d2ffa92
[Horus] Freeze when invalid (or no) model bitmap
2015-11-26 22:59:06 +01:00
Bertrand Songis
f80a788754
Merge pull request #3112 from opentx/projectkk2glider/issue_2469_lua_keys_for_next_part2
...
Re #2469 : part2: keys accesible to Lua telemetry scripts (Taranis only)
2015-11-26 21:19:39 +01:00