From 471008b91358126480ad79df49ae3cc2c5f0b50b Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 8 Aug 2010 19:41:50 +0200 Subject: [PATCH] fix posting of erroneous posts after 30s --- src/AprsService.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AprsService.scala b/src/AprsService.scala index 162accd..aa0c1a3 100644 --- a/src/AprsService.scala +++ b/src/AprsService.scala @@ -132,7 +132,7 @@ class AprsService extends Service with LocationListener { if (awaitingSpdCourse == null) speedBearingStart() awaitingSpdCourse = location - false + return false } else if (awaitingSpdCourse != null && hasSpdBrg) { speedBearingEnd(false) }