mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: prepare for 3.8.5beta3 release
This commit is contained in:
parent
aacb00fff1
commit
e6942c53fd
@ -1,3 +1,13 @@
|
||||
Release 3.8.5beta3, 14th April 2018
|
||||
-----------------------------------
|
||||
|
||||
This is a safety release, fixing an issue where the external safety
|
||||
button can activate in flight on some boards, causing them to crash. A
|
||||
new parameter BRD_SAFETYOPTION is added which controls the behaviour
|
||||
of the safety button. The default is to de-activate the safety button
|
||||
when armed.
|
||||
|
||||
|
||||
Release 3.8.5beta2, 28th March 2018
|
||||
------------------------------------
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.5beta2"
|
||||
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
#define THISFIRMWARE "ArduPlane V3.8.5beta3"
|
||||
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA+2
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
Loading…
Reference in New Issue
Block a user