diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-19 22:35:30 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-08-14 19:08:19 -0700 |
| commit | d8e2b661e895fc59ded002a02191dcccce75f548 (patch) | |
| tree | 5a69b7438fe91a26f31d082b60c2af93ac4029b4 /src/microkite | |
| parent | 59976c44d1b6ee6505cfa4efd9a26ec4302f6c33 (diff) | |
altos: Have MicroKite just start recording at startup
This avoids having MicroKite try to detect boost and has it just start
recording data immediately.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/microkite')
| -rw-r--r-- | src/microkite/ao_pins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microkite/ao_pins.h b/src/microkite/ao_pins.h index 3c56dfb8..346b63a1 100644 --- a/src/microkite/ao_pins.h +++ b/src/microkite/ao_pins.h @@ -62,8 +62,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 |
