summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-04-02 20:39:25 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-04-02 20:39:25 -0700
commit70c01cfd9a74a2dc81d4323a4b5cda984f4b24d0 (patch)
tree58defdf020bc1d4fa30e807a9ad885f93f4fbc35
parent332f16955db70b69c68a611d79589b1202210584 (diff)
Be more specific
-rw-r--r--location/location.h4
1 files 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