From ef26e913acfe77327c141a9c9c3e1365321a72c9 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 10 Feb 2023 23:41:43 +0100 Subject: [PATCH] migrate parameters --- docs/Configuration-Parameter-Details.md | 8 ++++---- docs/Configuration.md | 2 +- param-docs/expert-params.txt | 2 +- param-docs/templates/overview.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Configuration-Parameter-Details.md b/docs/Configuration-Parameter-Details.md index 5ce969d..6071346 100644 --- a/docs/Configuration-Parameter-Details.md +++ b/docs/Configuration-Parameter-Details.md @@ -1,9 +1,9 @@ # Configuration Parameter Details -### [MakeImage] +### [TakeImage] ``` -[MakeImage] +[TakeImage] LogImageLocation = /log/source WaitBeforeTakingPicture = 5 LogfileRetentionInDays = 15 @@ -152,7 +152,7 @@ Here the post processing and consistency check for the readout can be adjusted ``` [AutoTimer] AutoStart= true -Intervall = 4.85 +Interval = 4.85 ``` This paragraph is used to automatically trigger the periodic automated readout. @@ -160,7 +160,7 @@ This paragraph is used to automatically trigger the periodic automated readout. | Parameter | Meaning | Options/Examples | | --------- | ----------------------------------------------- | ------------------------------------------------------------ | | AutoStart | Automatically trigger the readout after startup | | -| Intervall | Readout interval in minutes | Values smaller than 2 minutes do not make sense, as this is the time for one detection | +| Interval | Readout interval in minutes | Values smaller than 2 minutes do not make sense, as this is the time for one detection | ### [DataLogging] diff --git a/docs/Configuration.md b/docs/Configuration.md index 60fa058..26d0846 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -22,7 +22,7 @@ The principle is very simple and can most easily be described as a flow of proce In the following you get a short overview over the available steps. This order is also the suggested order for the processing flow. Single steps can be left out, if not needed (e.g. omit the analog part, if only digits are present) -#### 1. ``[MakeImage]`` +#### 1. ``[TakeImage]`` * This steps parametrises the taking of the image by the ESP32-CAM. Size, quality and storage for logging and debugging can be set. diff --git a/param-docs/expert-params.txt b/param-docs/expert-params.txt index 96c7879..25aaecc 100644 --- a/param-docs/expert-params.txt +++ b/param-docs/expert-params.txt @@ -22,6 +22,6 @@ IO12 IO13 AutoStart Hostname -RSSIThreashold +RSSIThreshold TimeServer FlipImageSize diff --git a/param-docs/templates/overview.md b/param-docs/templates/overview.md index e7d79ad..6235276 100644 --- a/param-docs/templates/overview.md +++ b/param-docs/templates/overview.md @@ -8,7 +8,7 @@ In such case the functionality gets disabled respectively the default values wil This is an auto-generated page! See the [README](https://github.com/jomjol/AI-on-the-edge-device-docs/blob/main/README.md) for details! !!! Note - Due to a typo, one of the sections is called `MakeImage` instead of `TakeImage`! + Due to a typo, one of the sections is called `TakeImage` instead of `TakeImage`! For backwards compatibility, this did not get changed. ## List of all Parameters