1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 22:05:10 +03:00
Commit graph

7251 commits

Author SHA1 Message Date
bsongis
74e6ee6d1f Fixes #1133 2014-05-23 19:47:13 +02:00
bsongis
a46b78bd97 RxBatt overflow (it's stored in a 8bits variable) 2014-05-23 17:26:26 +02:00
bsongis
3126586615 Sky9x compilation failure (thanks Jenkins!) 2014-05-23 16:22:34 +02:00
bsongis
cd6bad23fd Default RxBatt alarm value (only RED) 2014-05-23 16:19:56 +02:00
bsongis
ede7b02706 Telemetry RxBatt alarms 2014-05-23 16:17:49 +02:00
bsongis
136cd666f7 RxBatt should now be displayed and played correctly 2014-05-23 15:38:50 +02:00
bsongis
375147e4eb Telemetry A3/A4 settings and alarms 2014-05-23 15:29:10 +02:00
Kjell Kernen
48a62406f8 se.h.txt: Translated Time to Tid. Translated ft to fot. 2014-05-23 14:45:43 +02:00
Kjell Kernen
d7fe3c77ff Spelling error in fi.h.txt 2014-05-23 14:39:21 +02:00
Andre Bernet
781133fc86 Sync translations 2014-05-23 11:09:46 +02:00
bsongis
daf80cad83 A3/A4 support 2014-05-23 11:09:22 +02:00
bsongis
4164481d0a Old S.PORT code removed 2014-05-23 11:09:22 +02:00
Andre Bernet
2b367b6814 Translation fixes 2014-05-22 23:40:24 +02:00
bsongis
2a6e69f902 Preparation for A3/A4 2014-05-22 20:51:46 +02:00
bsongis
b01a936b4d The .. operator didn't work well with integers on the real radio (while
it was ok on the simu). I will try to fix the issue later, for now I
introduce the lcd.drawSource(...) function. The Wizard pages are now ok
on the radio itself!
2014-05-22 19:36:56 +02:00
bsongis
90d63738e8 New Lua functions added (needed for the wizard) 2014-05-22 16:47:35 +02:00
bsongis
e4f550085a lcd_line now accepts DOTTED pattern 2014-05-22 16:46:46 +02:00
aaronchch
6261fbf317 Removed some unnecessary code 2014-05-22 22:29:00 +12:00
bsongis
857aca7e39 Lua changes needed for the wizard 2014-05-21 23:20:34 +02:00
bsongis
fbe6021fbd S3 Pot parameters only visible on TaranisPlus 2014-05-21 18:44:00 +02:00
bsongis
847baa09ef Add a revision number to the versioning scheme 2014-05-20 21:17:23 +02:00
bsongis
a178d6b326 Fixes #1122 2014-05-20 14:32:27 +02:00
bsongis
84eb29cd96 Fixes #1114 2014-05-19 23:25:41 +02:00
Damjan Adamic
7505701e64 Merge pull request #1119 from opentx/bsongis/logical_switches_issue_1039
Bsongis/logical switches issue 1039
2014-05-19 22:04:30 +02:00
bsongis
273098f9e1 Fixes #1120 2014-05-19 21:16:13 +02:00
bsongis
f349330f7d OpenTX stamp simplification (only one stamp for all boards) 2014-05-19 17:29:05 +02:00
bsongis
90fbd9cf62 Fixes #1069 2014-05-19 16:28:00 +02:00
bsongis
a85ad617fc Fixes #1112 2014-05-19 15:44:50 +02:00
bsongis
89f42eab8b Ignore list updated 2014-05-19 15:29:21 +02:00
bsongis
788193f89c This initialization was lost in the battle 2014-05-19 15:20:48 +02:00
bsongis
49a4d5ecb1 Gtests KO 2014-05-19 15:12:23 +02:00
bsongis
1a7ff9239d A couple of changes on top of projectkkglider branch 2014-05-19 14:52:07 +02:00
bsongis
dffb5a7a79 Bad structure alignment (the compiler does the job, but it's better to
write it so we see where are the lost bits)
2014-05-19 11:07:51 +02:00
bsongis
b9ee91b08d Indentation 2014-05-19 11:05:59 +02:00
Bertrand Songis
aaa313be76 Merge pull request #1116 from opentx/driver33/PL_TR
PL translation fixes
2014-05-19 08:04:12 +02:00
bsongis
b2dc625205 Fixes #1106 2014-05-19 08:03:52 +02:00
Jacek Drewniak
23ebe7e2e4 PL translation fixes 2014-05-18 23:15:00 +02:00
bsongis
d4ea6e0d8f No Haptic on Tada 2014-05-18 22:18:37 +02:00
bsongis
c2db918e91 Missing EXT=FRSKY_SPORT option as default on Taranis 2014-05-18 22:18:04 +02:00
Damjan Adamic
df971b0e77 Cosmetics 2014-05-18 18:44:07 +02:00
Damjan Adamic
dc2fcb2618 Another gtests failure 2014-05-18 18:30:30 +02:00
Damjan Adamic
0180e3b90d Gtests problems 2014-05-18 18:22:56 +02:00
Damjan Adamic
9dcaccc87f Cosmetics 2014-05-18 18:09:23 +02:00
Damjan Adamic
e14734c8af Reduced number of logical switch context to 2. Now we have only active fm context (lswFM[0]) and other context that is used for all other fms (lswFm[1]).
Much smaller RAM usage, but possible (I beleave unimportant) errors when trasitioning between more than two flight modes.
2014-05-18 18:08:41 +02:00
Damjan Adamic
fbb1b65fd6 Delay and Duration using 1 x uint8_t instead of 2 x uint32_t.
Timing for delay and duration is not as accurate as before, max error possible is +-100ms.

Worst case example: duration set at 0.1s will produce output pulse of width between 10ms (min mixer loop  time) and 200ms.

But RAM saving is BIG, unfortunately only on ARM.
2014-05-18 16:47:15 +02:00
Damjan Adamic
d6a150738c Cosmetics 2014-05-17 19:56:00 +02:00
Damjan Adamic
1491d3b236 Renamed lswReset() to logicalSwitchesReset()
Added PACKED to logical switches data structures
2014-05-17 19:38:23 +02:00
Damjan Adamic
8ec706ad08 Bugfix 2014-05-17 19:35:34 +02:00
Damjan Adamic
c0c824c0f4 Cosmetics 2014-05-17 19:34:53 +02:00
Damjan Adamic
8cba5f9c02 gtest correction needed because of changed order of logical swithces calculation 2014-05-17 18:31:15 +02:00