X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmicrokite%2Fao_pins.h;h=396b57e3e7e3143c95d3c256a1b2183720cd03f3;hb=41ebb27230de6385a01c111c299bb22b1cb0badf;hp=3c56dfb86b3d03a86b02bf52988ebc6f6c9f6842;hpb=d1527a5457210eb914312cf8857bfb88982a8462;p=fw%2Faltos diff --git a/src/microkite/ao_pins.h b/src/microkite/ao_pins.h index 3c56dfb8..396b57e3 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 @@ -62,8 +63,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