mirror of https://github.com/ArduPilot/ardupilot
Tracker: version to 0.7.2 and update release notes
This commit is contained in:
parent
ab8037064b
commit
454ce77a3c
|
@ -1,5 +1,9 @@
|
|||
Antenna Tracker Release Notes:
|
||||
------------------------------------------------------------------
|
||||
AntennaTracker 0.7.2 1-Aug-2015
|
||||
Changes from 0.7.1
|
||||
1) Fixed Pitch
|
||||
------------------------------------------------------------------
|
||||
AntennaTracker 0.7.1 29-May-2015
|
||||
Changes from 0.7
|
||||
1) Added support for continuous rotation (CR) servos
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "AntennaTracker V0.7.1"
|
||||
#define THISFIRMWARE "AntennaTracker V0.7.2"
|
||||
/*
|
||||
Lead developers: Matthew Ridley and Andrew Tridgell
|
||||
|
||||
|
|
Loading…
Reference in New Issue