altos: Have MicroKite just start recording at startup
[fw/altos] / src / microkite / ao_pins.h
index 3c56dfb86b3d03a86b02bf52988ebc6f6c9f6842..346b63a1be735011f76a1e36b89588533d45268f 100644 (file)
@@ -62,8 +62,9 @@ typedef int32_t alt_t;
 
 #define AO_ALT_VALUE(x)                ((x) * (alt_t) 10)
 
 
 #define AO_ALT_VALUE(x)                ((x) * (alt_t) 10)
 
-#define BOOST_DETECT           1200    /* 100m (ish) */
+#define BOOST_DETECT              0    /* none */
 #define LOG_INTERVAL            200    /* 19.2 seconds */
 #define LOG_INTERVAL            200    /* 19.2 seconds */
+#define BOOST_DELAY            0
 
 #define AO_LOG_ID              AO_LOG_ID_MICROKITE
 
 
 #define AO_LOG_ID              AO_LOG_ID_MICROKITE