Tracker: version number and release notes for 0.3

This commit is contained in:
Randy Mackay 2015-01-28 11:32:47 +09:00
parent 18f8ffab6f
commit eced90f3a7
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#define THISFIRMWARE "AntennaTracker V0.2"
#define THISFIRMWARE "AntennaTracker V0.3"
/*
Lead developers: Matthew Ridley and Andrew Tridgell

View File

@ -0,0 +1,6 @@
Antenna Tracker Release Notes:
------------------------------------------------------------------
AntennaTracker 0.3 28-Jan-2015
Changes from 0.2
1) MAVLink routing replaces Proxy mode
------------------------------------------------------------------