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

772 commits

Author SHA1 Message Date
bsongis
597d201b30 Auto Switch function (only in Flight Phases now) 2012-05-06 21:41:41 +00:00
bsongis
809e45c1e2 simu compilation for ARM 2012-05-06 20:30:19 +00:00
bsongis
ca4b1b6ba3 getSwitch() was wrong on the ersky9x board (because the uint16_t is not enough for 32 virtual switches) 2012-05-06 20:26:36 +00:00
bsongis
1b2eda66d3 Switch movement detection function added 2012-05-06 17:39:58 +00:00
bsongis
9a4f9b373a Now options are stored in EEPROM 2012-05-06 16:56:05 +00:00
bsongis
801c0c2a52 Now options are stored in EEPROM 2012-05-06 14:47:18 +00:00
bsongis
2c8c1f856b KTS to KMH conversion was going over int16_t limits 2012-05-06 10:33:03 +00:00
bsongis
71daab636d Speed range was not good (1000km/h). Now 500km/h as a max. 2012-05-05 17:27:22 +00:00
bsongis
532109ba8c We were storing Min Gps speed instead of Max 2012-05-05 16:54:16 +00:00
bsongis
0174cb94d3 No Progress Bar in Main Views (Kilrah request) 2012-05-05 16:53:29 +00:00
bsongis
b9c24d8ac3 Some ARM SDcard files 2012-05-05 14:17:17 +00:00
bsongis
3708915dc8 Trims audio little change 2012-05-04 22:18:34 +00:00
bsongis
9d6efd2dbd Trims now beep even when NoKey mode 2012-05-04 21:57:50 +00:00
bsongis
5321dae917 Now Haptic is as quick as on the gruvin9x v4 board! 2012-05-04 21:38:10 +00:00
bsongis
6d014ea291 ChangeLog updated 2012-05-04 20:47:14 +00:00
bsongis
5c9f7f4db8 Momentary switches bug 2012-05-04 20:38:36 +00:00
bsongis
7fa73b64bc Momentary switches bug 2012-05-04 20:25:16 +00:00
bsongis
43e675761c Test function updated 2012-05-04 18:49:59 +00:00
bsongis
dc7270598c Momentary Switches fix 2012-05-04 18:39:24 +00:00
bsongis
910c44f4f3 New options added 2012-05-04 17:51:21 +00:00
bsongis
0ea75845af Momentary switches enabled in Function Switches 2012-05-04 13:36:51 +00:00
rob@marotori.com
0eb4f84ad8 Fixed small bug preventing audio pitch changing on vario on arm board. 2012-05-04 13:15:40 +00:00
gbirkus@gmail.com
0d4911a0d4 Haptic 0,1,2,3 2012-05-04 10:24:04 +00:00
bsongis
2eeedf6c55 Some more refactoring in audio / haptic 2012-05-04 10:20:59 +00:00
bsongis
82dbdb523b Haptic events 2012-05-03 20:51:14 +00:00
bsongis
65c6dddf98 Fix for companion9x 2012-05-03 19:45:27 +00:00
maxim.karban@gmail.com
d033378784 comments for r685 fixed 2012-05-03 18:43:28 +00:00
maxim.karban@gmail.com
fe2a5b461d VARIO_EXTENDED new feature
Limits changed:
Down speed min in range OFF,[-10.0:0] in 0.1 steps
OFF means no sound at all, this variant useful if pilot/model is aerobatic
Up speed min in range [-1.5:1.5] in 0.1 steps
strange negative values for positive vertical speeds means next:
in normal fly glider model has negative speed always, for example -1m/s
if any weak thermal flows found then vertical speed can be reduced but still negative, but it is symptom of thermal flow which can be very close!
now it is possible to detect if negative Up speed limit is set.
2012-05-03 18:35:56 +00:00
bsongis
5383549e2a SD-card more options 2012-05-03 18:23:37 +00:00
bsongis
344cf5c308 Warning on companion9x 2012-05-03 17:53:24 +00:00
bsongis
388d7eb772 Fix for companion9x 2012-05-03 17:42:22 +00:00
bsongis
9c8c447f54 Fix for companion9x 2012-05-03 17:37:02 +00:00
bsongis
523f988b16 Merge of the 2 sound_5ms() and audio.heartbeat() functions. Perhaps will be reverted, depending on what Mike thinks of it... 2012-05-03 17:28:22 +00:00
bsongis
6e201bc4b6 Some Haptic corrections 2012-05-03 17:19:06 +00:00
bsongis
8188c48d5b uint8_t again but 5+3 and 8 2012-05-03 15:05:28 +00:00
bsongis
9d2e875501 uint16_t is needed here 2012-05-03 14:59:12 +00:00
maxim.karban@gmail.com
8f20e423f6 VARIO_EXTENDED cosmetic changes
Limits are:
Down speed OFF, -10.0:0.0 in 0.1m step
Up speed 0.0:+1.5 in 0.1m step
to be continued...
2012-05-03 14:50:34 +00:00
bsongis
df1107b2ea Shift in General Menus 2012-05-03 09:56:45 +00:00
bsongis
6afc680d93 Split Haptic from Audio
Vario from Max added
Tests needed on all boards!
2012-05-03 09:19:20 +00:00
bsongis
b0ee619d0a Timer problem on ARM (thanks Mike!) and simu on all versions (because compiled on 32bits architectures) 2012-05-03 06:17:12 +00:00
bsongis
a9243dddb9 Flash saving (844bytes!) 2012-05-02 12:58:14 +00:00
bsongis
18e6803eda Bug when moving to the top models in MODELSEL screen (v4 and ersky9x boards) 2012-05-02 07:44:18 +00:00
bsongis
b4937b5e25 getGpsDistance() bug fix (thanks Mike!) 2012-05-01 21:02:52 +00:00
bsongis
14e446497d Stamps generation bug 2012-05-01 20:41:25 +00:00
bsongis
f45ae2da51 Min & Max Altitude on WSHH 2012-05-01 20:20:39 +00:00
bsongis
940bb7b351 Too little array for FrSky Bars Thresholds 2012-05-01 19:50:20 +00:00
bsongis
2cc208f8a1 Missing cast in getGpsDistance() 2012-05-01 09:03:39 +00:00
bsongis
530c0f5a05 open9x compilation problem inside companion9x 2012-04-30 06:25:20 +00:00
bsongis
0937e11c2d PPM16 / PPMSIM on v4. Not tested! 2012-04-29 17:32:58 +00:00
bsongis
cbdb623321 Compilation script updated 2012-04-29 14:53:36 +00:00