micropeak is code complete now.
[fw/altos] / altoslib / AltosLib.java
index 07516aebd389fe3af4fcac245ffb42fa25ef8b1c..6713845013e9299ec24bc1db3ad65324455db00f 100644 (file)
@@ -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";