mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
Plane: prepare for 3.8.1beta1
This commit is contained in:
parent
c8b00ed605
commit
427c046145
@ -1,3 +1,22 @@
|
|||||||
|
Release 3.8.1, 29th August 2017
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
This is a bugfix release for 3.8.0, with just a few small changes, and
|
||||||
|
only one new feature.
|
||||||
|
|
||||||
|
- removed TRIM_RC_AT_START option, as this was causing significant
|
||||||
|
issues
|
||||||
|
|
||||||
|
- fixed bug in TRIM_AUTO support with differential spoilers
|
||||||
|
|
||||||
|
- fixed bug with RCn_TRIM == RCn_MIN in MANUAL mode
|
||||||
|
|
||||||
|
- fixed combination of TKOFF_THR_MINACC and TKOFF_THR_DELAY
|
||||||
|
|
||||||
|
- allow UART5 to be used for arbitrary protocols, not just nsh debug
|
||||||
|
console
|
||||||
|
|
||||||
|
|
||||||
Release 3.8.0, 5th August 2017
|
Release 3.8.0, 5th August 2017
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
#include "ap_version.h"
|
#include "ap_version.h"
|
||||||
|
|
||||||
#define THISFIRMWARE "ArduPlane V3.8.0"
|
#define THISFIRMWARE "ArduPlane V3.8.1beta1"
|
||||||
#define FIRMWARE_VERSION 3,8,0,FIRMWARE_VERSION_TYPE_OFFICIAL
|
#define FIRMWARE_VERSION 3,8,1,FIRMWARE_VERSION_TYPE_BETA
|
||||||
|
|
||||||
#ifndef GIT_VERSION
|
#ifndef GIT_VERSION
|
||||||
#define FIRMWARE_STRING THISFIRMWARE
|
#define FIRMWARE_STRING THISFIRMWARE
|
||||||
|
Loading…
Reference in New Issue
Block a user