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

8854 commits

Author SHA1 Message Date
Andre Bernet
c5346f6846 [Taranis] Fix bootloader freeze on USB disconnect 2016-08-27 13:31:15 +02:00
Bertrand Songis
9e334bfc84 [HORUS] Problem with Logs checkbox in Sensor menu 2016-08-27 11:59:23 +02:00
Bertrand Songis
879ca36fdb Typo 2016-08-27 09:50:11 +02:00
Bertrand Songis
7d1732b314 [HORUS] Curves on outputs were not taken into account 2016-08-27 09:49:37 +02:00
Bertrand Songis
76300ae92d [X9E] Calibration screen display problem 2016-08-27 09:48:04 +02:00
Bertrand Songis
b8edea5c05 [X7D] LCD Reset is always needed 2016-08-26 11:36:06 +02:00
3djc
204b1b9627 This fixes #3718 (#3720) 2016-08-25 18:46:50 +02:00
3djc
9d9fdf81b4 Change audio generation files accordingly (#3717)
* Change audio generation files accordingly
New way of working :

units files are ALWAYS named in english based on the names in audio_arm.cpp names.
multiple form (singular, plural(s) are ammended with 0 to 4 suffix, according to languages rules. example : meter1.wav for first form of plural of meter unit,. This filename needs to be the same for all languages (in their respective directories of course)

* Care for gruin9x

* Better form

* Other languages

* Cosmetics
2016-08-24 23:43:56 +02:00
Bertrand Songis
b69c2aa41c Cosmetics again ... 2016-08-24 20:39:22 +02:00
Bertrand Songis
a95f9b7dde getSystemAudioPath renamed to strAppendSystemAudioPath 2016-08-23 21:07:40 +02:00
Bertrand Songis
dd1ca93b70 getStringWithIndex renamed to strAppendStringWithIndex. It returns now the end of the string so that anything can be appended. 2016-08-23 20:51:40 +02:00
Bertrand Songis
643a731979 Cosmetics 2016-08-23 20:07:39 +02:00
Bertrand Songis
f34de72e25 Cosmetics 2016-08-23 07:18:26 +02:00
Bertrand Songis
0ff601a3fa EEPROM simplification. Needs tests. (#3713) 2016-08-23 07:14:44 +02:00
Bertrand Songis
c16ad94e3a SD card warning modified (fits now in 9X LCD)
Missing #ifdef for TELEMETRY flavours
2016-08-22 19:03:42 +02:00
Bertrand Songis
81c16212e0 Refactoring to prepare things for Horus flash support 2016-08-21 21:14:10 +02:00
Damjan Adamic
7dc75cf73f Debian package generation fixes for simulators (lib files were in the wrong directory, bunch of empty directories were included in package) 2016-08-21 20:51:05 +02:00
Damjan Adamic
9b7d97b441 Cosmetics (missing parts) 2016-08-21 19:43:47 +02:00
Damjan Adamic
64966c7d7d Cosmetics 2016-08-21 19:18:49 +02:00
3djc
a043c6f649 fclose and cosmetics 2016-08-21 18:57:12 +02:00
3djc
a63657df40 Warn also when control file cannot be opened 2016-08-21 17:42:35 +02:00
3djc
1164f30fd1 3djc/sdcard version check (#3709)
* Checking code

* Strings

* Fix

* Improvement

* Cosmetics
2016-08-21 16:45:04 +02:00
Bertrand Songis
b657ca1862 Cosmetics 2016-08-21 12:41:12 +02:00
3djc
cd2b6b3864 Horus pcdbrev10 support (#3707)
* Add PCBREV=10 to building options

* Cosmetics
2016-08-21 09:50:48 +02:00
Bertrand Songis
d961879e0f [X12S] New test added for HORUS boards revision 1.0 2016-08-20 16:40:29 +02:00
Bertrand Songis
10aefb10db [X12S] GPS now OK 2016-08-20 16:36:32 +02:00
Bertrand Songis
91dc936ef3 [X12S] Crossfire module now OK 2016-08-19 19:26:34 +02:00
Bertrand Songis
ed0cc9f1d4 [X12S] Modules on REV13 now OK 2016-08-19 17:13:09 +02:00
Bertrand Songis
0994735035 [X12S] Backlight code splitted from LCD code
[X12S] PCBREV introduction (PCBREV=10 or PCBREV=13)
2016-08-19 12:25:15 +02:00
Arne Schwabe
607e737b32 [X7D] Compilation fix for multi, check for displaysize instead of board. 2016-08-19 11:24:04 +02:00
Bertrand Songis
44e477965e Cosmetics 2016-08-19 11:20:12 +02:00
Bertrand Songis
fcce94a868 [X12S] Radio calibration regression fix 2016-08-19 09:51:50 +02:00
Bertrand Songis
f940fcdcd0 [X7D] Curve edit screen now OK 2016-08-18 18:49:47 +02:00
Bertrand Songis
3e4f3b2a8e [X12S] GPS low level driver added 2016-08-18 17:23:46 +02:00
Bertrand Songis
5d7f4ebc0b [X7D] Switch warning fix 2016-08-18 15:47:21 +02:00
Bertrand Songis
3160a7d878 Fixes #3704 2016-08-18 15:22:03 +02:00
Bertrand Songis
62071a959c Fixes #3704 2016-08-18 15:19:25 +02:00
Bertrand Songis
59083f4471 Fixes #3704 2016-08-18 13:38:46 +02:00
Bertrand Songis
71a8a69f32 Another fix for #3691 without the extra #ifdef in the main code 2016-08-18 11:54:33 +02:00
Bertrand Songis
d3ae3c035d Bsongis/gui refactoring for x7 d (#3701)
* [X7D] New board added
* Cosmetics
2016-08-18 11:49:16 +02:00
3djc
282b856309 3djc/improve widgets (#3696)
* Add color option to Value widget

* Fix color handling
Add shadow effect
2016-08-14 20:36:44 +02:00
3djc
0fa7f6e132 Move default english to american, as english is defective (scottish instead) 2016-08-07 13:39:48 +02:00
3djc
d55613aa26 urlencode model string to allow models like x9d+ (#3693) 2016-08-06 21:09:51 +02:00
3djc
d62a985dcd Fix double type 2016-08-06 10:00:01 +02:00
Arne Schwabe
6559456534 Fix channel count on dsm2 module, purely cosmetic (closes issue #3673) (#3689)
Taranis menu always use 8 channels as default opposed to 9x and Horus, which use the maximum number as default channel count (which is 6 on dsm2). This commit does not change that logic.
2016-08-04 16:45:23 +02:00
Arne Schwabe
d24f60f68b Horus Multi implementation implemented/tested by kilrah, add it to the options for the Horus 2016-08-03 16:29:01 +02:00
3djc
f2d2677b2d Add CLI and Mass Storage to horus (#3682) 2016-08-03 16:24:30 +02:00
Arne Schwabe
a908d73f1f Fix gcc 5.4 compiler warnings (#3681)
The order preference in flash_driver would evaluate ! before & but I think checking the bit first is what was intended
2016-08-03 16:24:01 +02:00
Arne Schwabe
9ea048f2ad Add the new protocols of v1.1.1 of multi (#3680) 2016-08-03 16:23:28 +02:00
Bertrand Songis
16199194b5 Cosmetics 2016-08-03 05:16:25 +02:00