mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-03-14 06:22:54 +03:00
Merge branch 'main' into mqtt-add-ValidateServerCert-Parameter
This commit is contained in:
BIN
sd-card/config/ana-cont_1400_s2_q.tflite
Normal file
BIN
sd-card/config/ana-cont_1400_s2_q.tflite
Normal file
Binary file not shown.
BIN
sd-card/config/dig-class11_1900_s2_q.tflite
Normal file
BIN
sd-card/config/dig-class11_1900_s2_q.tflite
Normal file
Binary file not shown.
BIN
sd-card/config/dig-class11_1910_s2_q.tflite
Normal file
BIN
sd-card/config/dig-class11_1910_s2_q.tflite
Normal file
Binary file not shown.
BIN
sd-card/config/dig-cont_0800_s3_q.tflite
Normal file
BIN
sd-card/config/dig-cont_0800_s3_q.tflite
Normal file
Binary file not shown.
BIN
sd-card/config/dig-cont_0810_s3_q.tflite
Normal file
BIN
sd-card/config/dig-cont_0810_s3_q.tflite
Normal file
Binary file not shown.
@@ -36,3 +36,14 @@ password = ""
|
||||
; Default: 0 = Disable client requested roaming query
|
||||
|
||||
RSSIThreshold = 0
|
||||
|
||||
;++++++++++++++++++++++++++++++++++
|
||||
; Password Protection of the Web Interface and the REST API
|
||||
; When those parameters are active, the Web Interface and the REST API are protected by a username and password.
|
||||
; Note: This is be a WEAK and INSECURE way to protect the Web Interface and the REST API.
|
||||
; There was no audit nor a security review to check the correct implementation of the protection!
|
||||
; The password gets transmitted unencrypted (plain text), this means it is very easy to extract it
|
||||
; for somebody who has access to your WIFI!
|
||||
; USE AT YOUR OWN RISK!
|
||||
;http_username = "myusername"
|
||||
;http_password = "mypassword"
|
||||
|
||||
Reference in New Issue
Block a user