allow to protect configuration page withh user/pass

This commit is contained in:
technyon
2022-04-04 21:50:37 +02:00
parent 08f7c6025f
commit 90e0a2daa2
3 changed files with 97 additions and 13 deletions

View File

@@ -8,6 +8,8 @@
#define preference_mqtt_path "mqttpath"
#define preference_query_interval_lockstate "lockStInterval"
#define preference_query_interval_battery "batInterval"
#define preference_cred_user "crdusr"
#define preference_cred_password "crdpass"