mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
Plane: prepare for 3.8.5beta2 release
This commit is contained in:
parent
eb2404b766
commit
ef2f2d7e1c
@ -1,5 +1,5 @@
|
||||
Release 3.8.5beta1, 16th January 2018
|
||||
--------------------------------
|
||||
Release 3.8.5beta2, 28th March 2018
|
||||
------------------------------------
|
||||
|
||||
This is a minor release with three new features, all related to
|
||||
airspeed.
|
||||
@ -22,6 +22,10 @@ will be introduced in the future. To enable a 2nd airspeed sensor set
|
||||
the ARSPD2_TYPE parameter to the type of the 2nd sensor. You can
|
||||
combine any types of sensor.
|
||||
|
||||
The beta2 release also corrects the orientation of the Here GPS 20948
|
||||
compass.
|
||||
|
||||
|
||||
Release 3.8.4, 9th January 2018
|
||||
-------------------------------
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.5beta1"
|
||||
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define THISFIRMWARE "ArduPlane V3.8.5beta2"
|
||||
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
Loading…
Reference in New Issue
Block a user