Skip to content

Commit 64bf79b

Browse files
authored
Update config.ini in demo folder
1 parent 61085d3 commit 64bf79b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sd-card/demo/config.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ AlignmentAlgo = default
4343
/config/ref1.jpg 536 113
4444

4545
[Digits]
46-
Model = /config/dig-cont_0710_s3_q.tflite
46+
Model = /config/dig-cont_0810_s3_q.tflite
4747
CNNGoodThreshold = 0.5
4848
;ROIImagesLocation = /log/digit
4949
;ROIImagesRetention = 3
5050
main.dig1 438 62 49 71 false
5151

5252
[Analog]
53-
Model = /config/ana-cont_1300_s2.tflite
53+
Model = /config/ana-cont_1400_s2_q.tflite
5454
;ROIImagesLocation = /log/analog
5555
;ROIImagesRetention = 3
5656
main.ana1 452 199 120 120 false
@@ -67,7 +67,7 @@ main.AllowNegativeRates = true
6767
main.ExtendedResolution = true
6868
main.IgnoreLeadingNaN = false
6969
ErrorMessage = true
70-
CheckDigitIncreaseConsistency = false
70+
main.CheckDigitIncreaseConsistency = false
7171

7272
;[MQTT]
7373
;Uri = mqtt://IP-ADRESS:1883
@@ -76,11 +76,14 @@ CheckDigitIncreaseConsistency = false
7676
;user = USERNAME
7777
;password = PASSWORD
7878
RetainMessages = false
79+
;DomoticzTopicIn = undefined
80+
;main.DomoticzIDX = undefined
7981
HomeassistantDiscovery = false
8082
;MeterType = other
8183
;CACert = /config/certs/RootCA.pem
8284
;ClientCert = /config/certs/client.pem.crt
8385
;ClientKey = /config/certs/client.pem.key
86+
;ValidateServerCert = true
8487

8588
;[InfluxDB]
8689
;Uri = undefined
@@ -133,4 +136,3 @@ TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
133136
RSSIThreshold = -75
134137
CPUFrequency = 160
135138
SetupMode = false
136-

0 commit comments

Comments
 (0)