X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmicrokite%2Fao_pins.h;h=eb6d034fdeb30a715025eb85daca8595afb77c3f;hb=321556be4eda94be40dbefe13f0549ad224c7c33;hp=3c56dfb86b3d03a86b02bf52988ebc6f6c9f6842;hpb=d1527a5457210eb914312cf8857bfb88982a8462;p=fw%2Faltos diff --git a/src/microkite/ao_pins.h b/src/microkite/ao_pins.h index 3c56dfb8..eb6d034f 100644 --- a/src/microkite/ao_pins.h +++ b/src/microkite/ao_pins.h @@ -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