migrate parameters (#19)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-02-20 23:02:05 +01:00
committed by GitHub
parent 1ffe9caf27
commit 47907aaa2b
29 changed files with 31 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
# Parameter `ExtendedResolution`
Default Value: `true`
!!! WARNING
This parameter got replaced by [`NUMBER.ExtendedResolution`](../Parameters/#PostProcessing-NUMBER.ExtendedResolution)!
This parameter is unused!
Use [`NUMBER.ExtendedResolution`](../Parameters/#PostProcessing-NUMBER.ExtendedResolution) instead!

View File

@@ -1,9 +1,9 @@
# Parameter `LogImageLocation`
# Parameter `ROIImagesLocation`
Default Value: `/log/analog`
Location to store separated analog images on the SD-Card for logging.
!!! Warning
A SD-Card has limited write cycles. Since the device does not support [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!
A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!

View File

@@ -1,4 +1,4 @@
# Parameter `LogfileRetentionInDays`
# Parameter `ROIImagesRetention`
Default Value: `3`
Days to keep the separated analog images (`0` = forever).