X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_micropeak.h;h=622f5a69700a13eda68311b8a0114691556c5efc;hb=d8e2b661e895fc59ded002a02191dcccce75f548;hp=396b9a235b60ac304107d1e6bcb45cedc503e59d;hpb=d1527a5457210eb914312cf8857bfb88982a8462;p=fw%2Faltos diff --git a/src/product/ao_micropeak.h b/src/product/ao_micropeak.h index 396b9a23..622f5a69 100644 --- a/src/product/ao_micropeak.h +++ b/src/product/ao_micropeak.h @@ -41,7 +41,9 @@ #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 */