Add parameter to disable write data log (#1382)

This commit is contained in:
Slider0007
2022-11-20 17:44:42 +01:00
committed by GitHub
parent 60e9a427a5
commit 66be09c98e
8 changed files with 184 additions and 77 deletions

View File

@@ -84,6 +84,10 @@ LEDColor = 150 150 150
AutoStart = true
Intervall = 5
[DataLogging]
DataLogActive = true
DataLogRetentionInDays = 3
[Debug]
Logfile = 1
LogfileRetentionInDays = 3