From 70c01cfd9a74a2dc81d4323a4b5cda984f4b24d0 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 2 Apr 2018 20:39:25 -0700 Subject: Be more specific --- location/location.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/location/location.h b/location/location.h index 8ffa3ed..d7c08a8 100644 --- a/location/location.h +++ b/location/location.h @@ -6,8 +6,8 @@ // Used to convert GPS int to double #define GPS_DECIMAL_SHIFT 6 // Used for distance calculations -#define MIN_REQUIRED_HORIZ_ACCURACY_METRES 10 // TODO validate this -#define POLL_PERIOD_SEC 2 * 60 +#define MIN_REQUIRED_HORIZ_ACCURACY_METRES 10 // TODO validate that this is realistic +#define POLL_PERIOD_SEC 2 * 60 // 2 minutes #define RETRY_PERIOD_SEC 1 #endif // LOCATION_H -- cgit v1.2.3