update load cell channel based on repaired board and 1T load cell
[fw/altos] / src / microkite / ao_pins.h
index 3c56dfb86b3d03a86b02bf52988ebc6f6c9f6842..eb6d034fdeb30a715025eb85daca8595afb77c3f 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -30,6 +31,7 @@
 #define HAS_SERIAL_1           0
 #define HAS_TASK               0
 #define HAS_MS5607             1
+#define HAS_SENSOR_ERRORS      0
 #define HAS_MS5611             0
 #define HAS_EEPROM             0
 #define HAS_BEEP               0
@@ -62,8 +64,9 @@ typedef int32_t alt_t;
 
 #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 BOOST_DELAY            0
 
 #define AO_LOG_ID              AO_LOG_ID_MICROKITE