summaryrefslogtreecommitdiff
path: root/location/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'location/location.h')
-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