diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-10 15:00:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-10 15:00:44 -0700 |
commit | 9f5623c8c32a38eaeb63fa74ab370025ac015d52 (patch) | |
tree | a8e4e08b0178f0319e98584982cc112b946c6078 /altosui/Altos.java | |
parent | 4962bcf1ce15c21a946ea718bd676b901f0f2bd0 (diff) |
altosui: Move launch-sites.txt file to altusmetrum.org
The official URL is now:
http://www.altusmetrum.org/AltOS/launch-sites.txt
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Altos.java')
-rw-r--r-- | altosui/Altos.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/Altos.java b/altosui/Altos.java index d90c4183..73dc7468 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -80,6 +80,8 @@ public class Altos { "Off", "Standard Telemetry", "TeleMetrum v0.9", "TeleMetrum v0.8" }; + static final String launch_sites_url = "http://www.altusmetrum.org/AltOS/launch-sites.txt"; + static final int ao_telemetry_standard_len = 32; static final int ao_telemetry_0_9_len = 95; static final int ao_telemetry_0_8_len = 94; |