From 871c1208c3b596403088a217f45cd12162d8bb67 Mon Sep 17 00:00:00 2001 From: Ren Juan Date: Sun, 29 Aug 2021 06:38:53 +0000 Subject: [PATCH] * --- Ejectable/GT2.tsx | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Ejectable/GT2.tsx b/Ejectable/GT2.tsx index 66290748..7ebc3cad 100644 --- a/Ejectable/GT2.tsx +++ b/Ejectable/GT2.tsx @@ -204,7 +204,7 @@ export class GT2 { t = expoFix.coords['accuracy']; if (t < minExpoAccuracy ) return; this.trip.ds += this.trip.lastFix.distanceTo(this.trip.loc); if (this.trip.ds > 250 && !this.trip.minTripDone) { - this.trip.ds =0.0; + this.trip.ds -= 250; this.trip.minTripDone = true; } this.trip.lastFix.set(lat,lon); diff --git a/README.md b/README.md index d526d4c8..3298c672 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,14 @@ separate from the subsequent production line which will use the [common mechanism](https://sameboat.live/sb-app) for delivery of my apps from 2.1 forward. + 2.0.7 was feature complete at the end of August 2011. 2.0.8 will the stable baseline of same thing + with background operation. + ## 2.n.m - Roadmap for regular production Personal Carbon Accounting domain - - 2.1.0 Begin main product line version embedded in sameboat commons app + - 2.1.0 1st embedded product line release - 2.2.0 WatchOS extension on iOS - 2.3.0 Maintain trip histories in cloud - 2.4.0 Group Aggregation