diff options
author | Bdale Garbee <bdale@gag.com> | 2016-09-05 21:29:48 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-09-05 21:29:48 -0600 |
commit | 1178b8a113642fd74fefc315df597bf54dd1d1fd (patch) | |
tree | de0ce4bb1766804c43f3fe0fef6b1a993a06328d /TeleGPS | |
parent | 03712a9cb70d54da3a7104da0ce74d5e4bfac05d (diff) |
releasing 1.6.8
Diffstat (limited to 'TeleGPS')
-rw-r--r-- | TeleGPS/releases/1.6.8.mdwn | 10 | ||||
-rwxr-xr-x | TeleGPS/releases/1.6.8/TeleGPS-Linux-1.6.8.sh | bin | 0 -> 14593033 bytes | |||
-rw-r--r-- | TeleGPS/releases/1.6.8/TeleGPS-Mac-1.6.8.dmg | bin | 0 -> 15495168 bytes | |||
-rw-r--r-- | TeleGPS/releases/1.6.8/TeleGPS-Windows-1-6-8.exe | bin | 0 -> 15364579 bytes | |||
-rw-r--r-- | TeleGPS/releases/1.6.8/release-notes-1.6.8.html | 26 |
5 files changed, 36 insertions, 0 deletions
diff --git a/TeleGPS/releases/1.6.8.mdwn b/TeleGPS/releases/1.6.8.mdwn new file mode 100644 index 0000000..df27f6f --- /dev/null +++ b/TeleGPS/releases/1.6.8.mdwn @@ -0,0 +1,10 @@ +----------------- +### TeleGPS version 1.6.8 ### + +- Available Downloads: + - [Windows](/TeleGPS/releases/1.6.8/TeleGPS-Windows-1-6-8.exe) + - [Linux](/TeleGPS/releases/1.6.8/TeleGPS-Linux-1.6.8.sh) + - [Mac OS X](/TeleGPS/releases/1.6.8/TeleGPS-Mac-1.6.8.dmg) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.8;sf=tgz) + +[[!inline pages="./1.6.8/release-notes-1.6.8.html" rss="no" raw="yes" ]] diff --git a/TeleGPS/releases/1.6.8/TeleGPS-Linux-1.6.8.sh b/TeleGPS/releases/1.6.8/TeleGPS-Linux-1.6.8.sh Binary files differnew file mode 100755 index 0000000..5ea3d1b --- /dev/null +++ b/TeleGPS/releases/1.6.8/TeleGPS-Linux-1.6.8.sh diff --git a/TeleGPS/releases/1.6.8/TeleGPS-Mac-1.6.8.dmg b/TeleGPS/releases/1.6.8/TeleGPS-Mac-1.6.8.dmg Binary files differnew file mode 100644 index 0000000..26bef69 --- /dev/null +++ b/TeleGPS/releases/1.6.8/TeleGPS-Mac-1.6.8.dmg diff --git a/TeleGPS/releases/1.6.8/TeleGPS-Windows-1-6-8.exe b/TeleGPS/releases/1.6.8/TeleGPS-Windows-1-6-8.exe Binary files differnew file mode 100644 index 0000000..ac3dc3c --- /dev/null +++ b/TeleGPS/releases/1.6.8/TeleGPS-Windows-1-6-8.exe diff --git a/TeleGPS/releases/1.6.8/release-notes-1.6.8.html b/TeleGPS/releases/1.6.8/release-notes-1.6.8.html new file mode 100644 index 0000000..efee5f9 --- /dev/null +++ b/TeleGPS/releases/1.6.8/release-notes-1.6.8.html @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Release Notes for Version 1.6.8</title><link rel="stylesheet" type="text/css" href="am.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="idm1"></a>Release Notes for Version 1.6.8</h2></div></div><hr /></div><p>Version 1.6.8 fixes a TeleMega and TeleMetrum v2.0 bug where +the device could stop logging data and transmitting +telemetry in flight. All TeleMega v1.0, v2.0 and TeleMetrum +v2.0 users should update their flight firmware.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altos"></a>1. AltOS</h2></div></div></div><p>AltOS fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +Fix STM32L DMA driver to work around STM32L SoC DMA priority +issue t lock-up in the logging or radio code, either of +which could stop data logging and telemetry. +</li><li class="listitem"> +Avoid having TeleBT battery status values smash telemetry +packet data by holding a lock during both operations. +</li><li class="listitem"> +Don’t start reporting <span class="emphasis"><em>flight 0</em></span> when the log fills in +flight. +</li></ul></div><p>AltOS changes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +Flash LEDS on all products briefly during power up so that +they can be tested during production. +</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altosui_telegps_and_altosdroid_applications"></a>2. AltosUI, TeleGPS and AltosDroid Applications</h2></div></div></div><p>AltosUI fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +Re-enable go/no-go entries after they’ve been disabled due +to lack of data. If telemetry information is delayed when +the Ui starts up, sometimes important fields would get +disabled to never re-appear. +</li><li class="listitem"> +Deal with ground station failure better during Configure +Ground Station operation by cleaning up pending operations. +</li></ul></div></div></div></body></html>
\ No newline at end of file |