summaryrefslogtreecommitdiff
path: root/src/product/ao_micropeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/product/ao_micropeak.h')
-rw-r--r--src/product/ao_micropeak.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/product/ao_micropeak.h b/src/product/ao_micropeak.h
index 0ec407d7..622f5a69 100644
--- a/src/product/ao_micropeak.h
+++ b/src/product/ao_micropeak.h
@@ -29,8 +29,21 @@
#define BOOST_DETECT 360 /* 30m at sea level, 36m at 2000m */
#endif
+#ifndef LOG_INTERVAL
+#define LOG_INTERVAL 2 /* 192 ms */
+#endif
+
+#define AO_LOG_ID_MICROPEAK 0
+#define AO_LOG_ID_MICROKITE 1
+
+#ifndef AO_LOG_ID
+#define AO_LOG_ID AO_LOG_ID_MICROPEAK
+#endif
+
/* Wait after power on before doing anything to give the user time to assemble the rocket */
+#ifndef BOOST_DELAY
#define BOOST_DELAY AO_SEC_TO_TICKS(60)
+#endif
/* Pressure change (in Pa) to detect landing */
#define LAND_DETECT 24 /* 2m at sea level, 2.4m at 2000m */