From c0be87b6e02fa16e6179d80ee3faef59f766803f Mon Sep 17 00:00:00 2001 From: mendhak Date: Sun, 3 Mar 2024 10:29:55 +0000 Subject: [PATCH] More explanation about performance settings --- assets/text/faq/faq08-what-settings-mean.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/text/faq/faq08-what-settings-mean.md b/assets/text/faq/faq08-what-settings-mean.md index c989fa80a..617162504 100644 --- a/assets/text/faq/faq08-what-settings-mean.md +++ b/assets/text/faq/faq08-what-settings-mean.md @@ -2,6 +2,12 @@ ![7b](images/7b.png) +**Log GPS/GNSS locations** - Logs points from the satellite location listener. + +**Log network locations** - Logs points from the cell tower location listener. + +**Log passive locations** - Logs points from other apps, is subject to some restrictions. It will log GPS/network points if those were selected above. It may bypass other filters such as time, distance, and retry duration. + **Logging interval** - How long to wait after a point has been logged to try logging again. **Distance filter** - When a point becomes available, the app will check to ensure that this much distance exists between the previous and current points. If it isn't this distance, the point is discarded.