Rev 455 | Rev 465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 455 | Rev 459 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | * You should have received a copy of the GNU General Public License * |
15 | * You should have received a copy of the GNU General Public License * |
16 | * along with this program; if not, write to the * |
16 | * along with this program; if not, write to the * |
17 | * Free Software Foundation, Inc., * |
17 | * Free Software Foundation, Inc., * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
19 | ****************************************************************************/ |
19 | ****************************************************************************/ |
20 | 20 | ||
- | 21 | 20090513-2350 |
|
- | 22 | *cellnumber autoconfig modified, offset set to 1,5V |
|
- | 23 | *copy paste nick/roll error fixed |
|
- | 24 | *clean after build in dist.sh |
|
- | 25 | +a little shellscript to auto-build the files (testing) |
|
- | 26 | *osd-layouts in seperate files so including own layouts should get easier |
|
- | 27 | +build date is displayed during init to know which version you are runing |
|
- | 28 | ||
21 | 20090513-1040 |
29 | 20090513-1040 |
22 | *some code movement |
30 | *some code movement |
23 | +artificial horizon for FC-ONLY mode |
31 | +artificial horizon for FC-ONLY mode |
Line 24... | Line 32... | ||
24 | 32 | ||
25 | 20090512-2100 |
33 | 20090512-2100 |
26 | +some FCONLY basics (set FCONLY to 1 in main.h to use it) |
34 | +some FCONLY basics (set FCONLY to 1 in main.h to use it) |
27 | 35 | ||
28 | 20090511-2345 |
36 | 20090511-2345 |
29 | *battery voltages now calculated according to CELL_VOLT_MIN CELL_VOLT_MAX and CELL_NUM |
37 | *battery voltages now calculated according to CELL_VOLT_MIN CELL_VOLT_MAX and CELL_NUM |
30 | *CELL_NUM -1 causes a rough auto detection of cell number |
38 | *CELL_NUM -1 causes a rough auto detection of cell number |
Line 138... | Line 146... | ||
138 | * fixed km/h (was cm/s) |
146 | * fixed km/h (was cm/s) |
139 | * fixed height m (was dm) |
147 | * fixed height m (was dm) |
140 | * modified incoming data speed to 100ms (was 200ms) |
148 | * modified incoming data speed to 100ms (was 200ms) |
Line 141... | Line 149... | ||
141 | 149 | ||
142 | 20090326-2031 |
150 | 20090326-2031 |
143 | + first binary release |
151 | + first binary release |