<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosConfigData.java, branch pwmin-new</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=pwmin-new</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=pwmin-new'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-03T02:26:32+00:00</updated>
<entry>
<title>altosui: Add back in the split-out Altos constants as AltosLib</title>
<updated>2012-06-03T02:26:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T04:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ead8f1cfca2c454d18dce56479899f2b423d8bdd'/>
<id>urn:sha1:ead8f1cfca2c454d18dce56479899f2b423d8bdd</id>
<content type='text'>
These were pulled out of Altos.java, but not added back to git

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Complete split out of separate java library</title>
<updated>2012-06-03T02:26:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T01:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3c2f601139d36761de6a8a2210545d082ef16133'/>
<id>urn:sha1:3c2f601139d36761de6a8a2210545d082ef16133</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Quick hacks to download megametrum data and convert to CSV</title>
<updated>2012-06-02T02:51:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-02T02:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1824761f5b98e92485e2dd347b1c4d043ec207e2'/>
<id>urn:sha1:1824761f5b98e92485e2dd347b1c4d043ec207e2</id>
<content type='text'>
Very little useful data crunching is done, but at least we can save
and convert files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Sanity check values from device configuration</title>
<updated>2012-03-28T05:54:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T05:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b98f75dbcccd40c8cbf32c3bfd21bd6f5648b861'/>
<id>urn:sha1:b98f75dbcccd40c8cbf32c3bfd21bd6f5648b861</id>
<content type='text'>
If someone has down-graded and re up-graded the firmware, the config
entries may be garbage. Sanity check them to avoid crashing the UI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Show only supported telemetry version</title>
<updated>2012-03-27T18:58:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-27T18:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d77a4ea206d627635159f35c76c744687d4e633b'/>
<id>urn:sha1:d77a4ea206d627635159f35c76c744687d4e633b</id>
<content type='text'>
Make it clear in the UI which telemetry versions are supported,
providing the combobox only for new firmware which supports all versions.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Configure radio with new direct frequency setting</title>
<updated>2012-03-27T17:45:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-27T17:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d8ebb83e64d66fa159e75aa560d39d80bb6d9d04'/>
<id>urn:sha1:d8ebb83e64d66fa159e75aa560d39d80bb6d9d04</id>
<content type='text'>
Instead of computing the radio setting in altosui, let the radio do it directly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make monitor-idle display correct 'On-board data logging' status</title>
<updated>2011-08-23T06:30:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T06:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3a84e8e0cc86481c301f4335843a0e1a94bad5c0'/>
<id>urn:sha1:3a84e8e0cc86481c301f4335843a0e1a94bad5c0</id>
<content type='text'>
Count number of stored flights and see if there's space for another
one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Respect storage limits in flight log max config</title>
<updated>2011-08-14T07:00:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-14T07:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ef7f60df841f1eb22b9cec0d7f68cf2c003d6b30'/>
<id>urn:sha1:ef7f60df841f1eb22b9cec0d7f68cf2c003d6b30</id>
<content type='text'>
Compute the maximum flight log using the data returned from the 'f'
command (total storage and erase block size). Limit menu to choices
which fall within this limit, complain if the user asks for too big a value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/altosui: Report log format in the version command</title>
<updated>2011-08-14T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-13T04:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf06af154e232d4caa1585a1d6d5279a075292e4'/>
<id>urn:sha1:bf06af154e232d4caa1585a1d6d5279a075292e4</id>
<content type='text'>
This will make it easier to figure out what the contents of the flash
should look like from altosui; the current 'guessing' mechanism will
not scale to many more formats.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: A few misc cleanups.</title>
<updated>2011-08-09T01:47:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-09T01:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c8c01684fa011acf3bbe5c3ebbc84aa8e8457a5e'/>
<id>urn:sha1:c8c01684fa011acf3bbe5c3ebbc84aa8e8457a5e</id>
<content type='text'>
Initialize radio_setting as it won't be set for older devices ever.
Remove unused set_radio_frequency function from AltosConfigUI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
