allow to configure hostname

This commit is contained in:
technyon
2022-04-10 21:26:01 +02:00
parent 6d5121d125
commit 22f9c5643d
3 changed files with 21 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#define preference_mqtt_user "mqttuser"
#define preference_mqtt_password "mqttpass"
#define preference_mqtt_path "mqttpath"
#define preference_hostname "hostname"
#define preference_query_interval_lockstate "lockStInterval"
#define preference_query_interval_battery "batInterval"
#define preference_cred_user "crdusr"