Rev 389 | Rev 409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 389 | Rev 407 | ||
---|---|---|---|
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 | 20090427-2050 |
|
- | 22 | *clear() now faster |
|
- | 23 | *fixed calculation of max speed in stats (shaddi) |
|
- | 24 | *littel typo in artificial horizon (thx joko) |
|
- | 25 | *stats are only shown AFTER flight (more specific, after motors had been on at least once) |
|
- | 26 | +indication icon for serial link (requires new character 198) |
|
- | 27 | +indication icon for manual controll (stick > stick threshold) |
|
- | 28 | (Character set 192 needs to be reflashed since new icon is in it) |
|
20 | 29 | ||
21 | 20090420-0205 |
30 | 20090420-0205 |
22 | *reset-bug fixed |
31 | *reset-bug fixed |
23 | *moved code a bit |
32 | *moved code a bit |
24 | 33 | ||
25 | 20090419-2145 |
34 | 20090419-2145 |
Line 26... | Line 35... | ||
26 | *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD |
35 | *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD |
27 | 36 |