Rev 330 | Rev 336 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 330 | Rev 331 | ||
---|---|---|---|
Line 16... | Line 16... | ||
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 | ****************************************************************************/ |
Line -... | Line 20... | ||
- | 20 | ||
- | 21 | 20090402-0106 |
|
- | 22 | + disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko) |
|
- | 23 | + if no data has been received for over 2sec we re-request it |
|
- | 24 | * tried source organisation a bit |
|
20 | 25 | ||
21 | 20090401-1741 (shaddi) |
26 | 20090401-1741 (shaddi) |
22 | + More precise Veriometer. Uses more more characters to show the speed of the movement |
27 | + More precise Veriometer. Uses more more characters to show the speed of the movement |
- | 28 | (Character-Set 232 needs to be flashed!) |
|
23 | (Character-Set 232 needs to be flashed!) |
29 | |
24 | 20090331-1549 |
30 | 20090331-1549 |
25 | + simple config menu during runtime, press S1 to jump in, S2 to cyle and S1 to accept choice |
31 | + simple config menu during runtime, press S1 to jump in, S2 to cyle and S1 to accept choice |
26 | - S1 no longer requests the NC data |
32 | - S1 no longer requests the NC data |
27 | 33 | ||
28 | 20090331-1305 |
34 | 20090331-1305 |
29 | + added more statistics |
35 | + added more statistics |
30 | * corrected S1/S2 mapping (d'oh) |
36 | * corrected S1/S2 mapping (d'oh) |
Line 40... | Line 46... | ||
40 | * fixed km/h (was cm/s) |
46 | * fixed km/h (was cm/s) |
41 | * fixed height m (was dm) |
47 | * fixed height m (was dm) |
42 | * modified incoming data speed to 100ms (was 200ms) |
48 | * modified incoming data speed to 100ms (was 200ms) |
Line 43... | Line 49... | ||
43 | 49 | ||
44 | 20090326-2031 |
50 | 20090326-2031 |
45 | + first binary release |
51 | + first binary release |