From f213f33e75fafd05e1b4bbfdab982f49e9f67bfb Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 21 May 2013 11:24:38 -0600 Subject: 1.2.1 software release --- MicroPeak/releases/1.2.1.mdwn | 7 +++ .../releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2 | Bin 0 -> 1899666 bytes MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg | Bin 0 -> 2758656 bytes .../releases/1.2.1/MicroPeak-Windows-1-2-1.exe | Bin 0 -> 3456567 bytes MicroPeak/releases/1.2.1/release-notes-1.2.1.html | 61 +++++++++++++++++++++ 5 files changed, 68 insertions(+) create mode 100644 MicroPeak/releases/1.2.1.mdwn create mode 100644 MicroPeak/releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2 create mode 100644 MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg create mode 100644 MicroPeak/releases/1.2.1/MicroPeak-Windows-1-2-1.exe create mode 100644 MicroPeak/releases/1.2.1/release-notes-1.2.1.html (limited to 'MicroPeak') diff --git a/MicroPeak/releases/1.2.1.mdwn b/MicroPeak/releases/1.2.1.mdwn new file mode 100644 index 0000000..83cc42e --- /dev/null +++ b/MicroPeak/releases/1.2.1.mdwn @@ -0,0 +1,7 @@ +[[!inline pages="./1.2.1/release-notes-1.2.1.html" rss="no" raw="yes" ]] + +- Available Files: + - [Windows Installer](/MicroPeak/releases/1.2.1/MicroPeak-Windows-1-2-1.exe) + - [Mac OS X Package](/MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg) + - [Linux](/MicroPeak/releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.2.1;sf=tgz) diff --git a/MicroPeak/releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2 b/MicroPeak/releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2 new file mode 100644 index 0000000..ce54b80 Binary files /dev/null and b/MicroPeak/releases/1.2.1/MicroPeak-Linux-1.2.1.tar.bz2 differ diff --git a/MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg b/MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg new file mode 100644 index 0000000..7249394 Binary files /dev/null and b/MicroPeak/releases/1.2.1/MicroPeak-Mac-1.2.1.dmg differ diff --git a/MicroPeak/releases/1.2.1/MicroPeak-Windows-1-2-1.exe b/MicroPeak/releases/1.2.1/MicroPeak-Windows-1-2-1.exe new file mode 100644 index 0000000..eec7585 Binary files /dev/null and b/MicroPeak/releases/1.2.1/MicroPeak-Windows-1-2-1.exe differ diff --git a/MicroPeak/releases/1.2.1/release-notes-1.2.1.html b/MicroPeak/releases/1.2.1/release-notes-1.2.1.html new file mode 100644 index 0000000..a6ca54f --- /dev/null +++ b/MicroPeak/releases/1.2.1/release-notes-1.2.1.html @@ -0,0 +1,61 @@ +

+ Version 1.2.1 is a minor release. It adds support for TeleBT and + the AltosDroid application, provides several new features in + AltosUI and fixes some bugs in the AltOS firmware. +

+ AltOS Firmware Changes +

  • + Add support for TeleBT +
  • + In TeleMini recovery mode (when booted with the outer two + debug pins connected together), the radio parameters are also + set back to defaults (434.550MHz, N0CALL, factory radio cal). +
  • + Add support for reflashing the SkyTraq GPS chips. This + requires special host-side code which currently only exists + for Linux. +
  • + Correct Kalman filter model error covariance matrix. The + values used previously assumed continuous measurements instead + of discrete measurements. +
  • + Fix some bugs in the USB driver for TeleMetrum and TeleDongle + that affected Windows users. +
  • + Adjusted the automatic gain control parameters that affect + receive performance for TeleDongle. Field tests indicate that this + may improve receive performance somewhat. +

+

+ AltosUI Changes +

  • + Handle missing GPS lock in 'Descent' tab. Previously, if the + GPS position of the pad was unknown, an exception would be + raised, breaking the Descent tab contents. +
  • + Improve the graph, adding tool-tips to show values near the + cursor and making the displayed set of values configurable, + adding all of the flight data as options while leaving the + default settings alone so that the graph starts by showing + height, speed and acceleration. +
  • + Make the initial position of the AltosUI top level window + configurable. Along with this change, the other windows will + pop up at 'sensible' places now, instead of on top of one + another. +
  • + Add callsign to Monitor idle window and connecting + dialogs. This makes it clear which callsign is being used so + that the operator will be aware that it must match the flight + computer value or no communication will work. +
  • + When downloading flight data, display the block number so that + the user has some sense of progress. Unfortunately, we don't + know how many blocks will need to be downloaded, but at least + it isn't just sitting there doing nothing for a long time. +
  • + Add GPS data and a map to the graph window. This lets you see + a complete summary of the flight without needing to 'replay' + the whole thing. +

+

-- cgit v1.2.3