From 1d1796c97867ada2211a39b313ef6398297c7b8f Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 8 Aug 2026 08:10:17 +0300 Subject: upd: tmp --- include/constants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/constants.h') diff --git a/include/constants.h b/include/constants.h index 026ff7b..f367e4b 100644 --- a/include/constants.h +++ b/include/constants.h @@ -11,4 +11,8 @@ static const double STD_AIR_DENSITY_ICAO = 1.22498; static const double STD_AIR_DENSITY_ASM = 1.20886; static const double BC_CONVERSION_FACTOR = 0.00068418; +static const double rangeCardStartRange = 200; +static const double rangeCardIncrement = 50; +static const double rangeCardEndRange = 2000; + #endif -- cgit v1.3.1