diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-01 15:30:11 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-01 15:30:11 -0800 |
commit | d83587c3c66b730cc54ca153714eee520ee40b2c (patch) | |
tree | f3f77de67c0e918a8681f39a793235be0a66fc50 /altoslib/AltosLib.java | |
parent | 65b512c890a3ccf487655b79305ab1cfcf49259c (diff) |
micropeak is code complete now.
Added save and download functionality. Removed 'new' from file menu.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosLib.java')
-rw-r--r-- | altoslib/AltosLib.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/AltosLib.java b/altoslib/AltosLib.java index 07516aeb..67138450 100644 --- a/altoslib/AltosLib.java +++ b/altoslib/AltosLib.java @@ -97,6 +97,7 @@ public class AltosLib { public final static int product_any = 0x10000; public final static int product_basestation = 0x10000 + 1; public final static int product_altimeter = 0x10000 + 2; + public final static int product_micropeak_serial = 0x10000 + 3; /* Bluetooth "identifier" (bluetooth sucks) */ public final static String bt_product_telebt = "TeleBT"; |