<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch debian/1.8.5-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.5-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.5-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-02-12T23:36:12+00:00</updated>
<entry>
<title>Add TeleGPS v2.0 binaries to distribution</title>
<updated>2018-02-12T23:36:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-02-12T23:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=78a90fc760b88ab66c5c238289afc38356e29d8a'/>
<id>urn:sha1:78a90fc760b88ab66c5c238289afc38356e29d8a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Improve EEprom download</title>
<updated>2017-11-12T04:49:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-11-12T04:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9a7b4f02ad32ca43a45ed9fe446b8db96e60b5e5'/>
<id>urn:sha1:9a7b4f02ad32ca43a45ed9fe446b8db96e60b5e5</id>
<content type='text'>
* Catch and report CRC errors
* Deal with corrupted flight records
* Add ability to immediately graph new data
* Check before overwriting existing files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Save separate config for local and remote. Use in idle</title>
<updated>2017-10-14T19:18:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-10-14T19:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e98235e314ac764509af26c93da9e6d1de8184ea'/>
<id>urn:sha1:e98235e314ac764509af26c93da9e6d1de8184ea</id>
<content type='text'>
When using the remote link, there are two separate configuration data
blocks, that for the local device and for remote. Make the link report
both versions, depending on whether it is in remote mode or not.

Request config data in remote mode when running idle monitoring so
that the presented data is for the remote device, not the local one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add user-selectable filter width for data smoothing</title>
<updated>2017-10-03T02:33:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-10-03T02:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=98dc29a7a964f8d653b73989c6751695d168844c'/>
<id>urn:sha1:98dc29a7a964f8d653b73989c6751695d168844c</id>
<content type='text'>
Also switch smoothing window to Kaiser and change default accel filter
width to 1 second instead of 4 seconds.

Now users can play with the filter and see what it does.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>be more aggressive about removing and ignoring .mdwn files</title>
<updated>2017-09-19T02:44:53+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-09-19T02:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=60666630789b6925d7e16160ebdc88ccd23f51de'/>
<id>urn:sha1:60666630789b6925d7e16160ebdc88ccd23f51de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altosui: Handle missing GPS when graphing mega/metrum data</title>
<updated>2017-09-12T20:37:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-09-12T20:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8960cb525ef43c2262c7854b9a6f08237b3ea05b'/>
<id>urn:sha1:8960cb525ef43c2262c7854b9a6f08237b3ea05b</id>
<content type='text'>
These have GPS, but if we never get a valid packet, then there won't
be any final position to display.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove debug printfs in FC config UI</title>
<updated>2017-09-12T20:37:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-09-12T20:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4dfaf25954134dbdc7229e2de39d4a4c049f285'/>
<id>urn:sha1:a4dfaf25954134dbdc7229e2de39d4a4c049f285</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Accel calibration UI</title>
<updated>2017-09-01T20:22:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-12T03:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=558a143315f0345b79cc4f22aa4b643fedcded9c'/>
<id>urn:sha1:558a143315f0345b79cc4f22aa4b643fedcded9c</id>
<content type='text'>
Provides a GUI for re-calibrating accelerometers

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make --oneline show drogue deploy speed</title>
<updated>2017-08-28T00:40:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-28T00:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7f5f37ac7fb71d3059f639b39315712f90e9bfd6'/>
<id>urn:sha1:7f5f37ac7fb71d3059f639b39315712f90e9bfd6</id>
<content type='text'>
Also remove some commented out values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add --oneline mode to briefly summarize flights</title>
<updated>2017-08-28T00:38:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-27T02:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f972000642f9c9835a0b7d14155d4c5695455d94'/>
<id>urn:sha1:f972000642f9c9835a0b7d14155d4c5695455d94</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
