diff options
author | Keith Packard <keithp@keithp.com> | 2016-07-02 22:52:38 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-07-02 22:52:38 +0200 |
commit | d60133c65b4592f0f8c832135664a8e0c922b4f0 (patch) | |
tree | 7f8d9ff2f1ae1da7f980bf5d0067b31f19024e87 | |
parent | 14e73d89d7dbb44e9ffab2820aefb693b6e8ef24 (diff) |
Credit Chuck Haskin for helping fix the SPI bug.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/altusmetrum-docinfo.xml | 3 | ||||
-rw-r--r-- | doc/release-notes-1.6.5.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index b64f3843..fbd14c5a 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -52,7 +52,8 @@ <revremark> Minor release fixing TeleMega and TeleMetrum v2.0 bug which would often result in loss of data logging and telemetry in - flight. + flight. Thanks to Chuck Haskin for help characterizing the bug + and testing this release. </revremark> </revision> <revision> diff --git a/doc/release-notes-1.6.5.inc b/doc/release-notes-1.6.5.inc index c77f466f..9f3ae281 100644 --- a/doc/release-notes-1.6.5.inc +++ b/doc/release-notes-1.6.5.inc @@ -13,7 +13,8 @@ * Fix STM32L SPI driver to prevent lock-up in the logging or radio code, either of which could stop data logging and - telemetry. + telemetry. Found and characterized by Chuck Haskin, who also + tested the new firmware before release. == AltosUI, TeleGPS and AltosDroid Applications |