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

15146 commits

Author SHA1 Message Date
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
bsongis
76e3999de2 Compilation error 2012-04-29 14:52:25 +00:00
bsongis
021f31186a We don't use GPS for maxAltitude and minAltitude if the Baro sensor is used. 2012-04-29 14:11:31 +00:00
bsongis
9bc161e4b1 WSHH bug (conversion from meters to feet when source was feet!) 2012-04-29 13:23:17 +00:00
bsongis
94d344765d Filesystem marked as dirty on unexpected shutdown (v4.1 / ersky9x). By Michal, Thanks!
Protocol FAAST (FUTABA) removed. I will add later a configuration parameter.
PPMsim ported from er9x
2012-04-29 09:36:12 +00:00
maxim.karban@gmail.com
8868ee2686 previous version rolled back as it works with negative altitude values
which is possible at sea level and high atmospheric pressure or in Holland for example
2012-04-28 15:21:51 +00:00
maxim.karban@gmail.com
3a981ef490 evalVario() optimized 2012-04-28 14:34:16 +00:00
maxim.karban@gmail.com
b813908493 VSpd bug fixed 2012-04-28 10:12:47 +00:00
bsongis
d5793858b0 VSpeed displayed with PREC2 2012-04-28 07:53:13 +00:00
romolo.manfredini@gmail.com
3303846fce Save flash and cpu time 2012-04-27 23:45:55 +00:00
bsongis
a84e72f4ff 6bytes flash saved 2012-04-27 23:39:47 +00:00
bsongis
5e9485b7c5 Baro Altitude Offsets were calculated on _bp when receiving _ap values. Now offsets are calculated when _bp is received and vario when _ap is received. 2012-04-27 23:27:16 +00:00
maxim.karban@gmail.com
87597c206d Alt on telemetry screen blinking fix 2012-04-27 17:49:29 +00:00
maxim.karban@gmail.com
0ca2a879af evalVario(...); before altitude offset applied, fixes VSpd jumping numbers 2012-04-27 17:23:57 +00:00
bsongis
124db1cc7f No more vario on GPS. Too poor precision. Too poor update frequency. It cannot work. 2012-04-27 16:05:04 +00:00
bsongis
dc85a648d2 Vario on A1/A2 implemented 2012-04-27 15:46:55 +00:00
bsongis
a2ade445ac Vario. Port from unstable branch. Part 1. 2012-04-27 15:36:17 +00:00
bsongis
d39c35439a EEPROM version 208: 12bits for storing FrSky A1/A2 offset 2012-04-27 11:05:10 +00:00
maxim.karban@gmail.com
33c4363c93 SDCARD backup with empty model name works now 2012-04-27 09:02:26 +00:00
bsongis
0aa0f96346 r632 continued. Still needs tests. 2012-04-27 08:12:56 +00:00
romolo.manfredini@gmail.com
075fed796b Cut&Paste problem solved 2012-04-26 21:11:48 +00:00
maxim.karban@gmail.com
cdd862f261 bugfix about SDCARD ERROR if no folder on FAT system for models
folder will be created now
if no model name assigned then an "MODELXX" hardcoded string used as name
2012-04-26 17:18:19 +00:00
bsongis
30be30212c Merge of ARM branch 2012-04-26 14:43:52 +00:00
maxim.karban@gmail.com
ea53713580 Another one workaround about soft_power_off function, same as in unstable branch 2012-04-25 12:21:38 +00:00
bsongis
e44dce029e Trick applied to avoid hardcoded strings 2012-04-22 13:04:44 +00:00
bsongis
802fc6e77e Warning removed 2012-04-22 13:01:54 +00:00
bsongis
9a53a256de Compile script for only v4 / stock 2012-04-21 17:54:42 +00:00