vekexasia / comfoair-esp32

Interact with Zehnder Comfoair with esp32
Other
117 stars 38 forks source link

missing file secrets.h #9

Closed dumbo2 closed 2 years ago

dumbo2 commented 2 years ago

I'm trying to compile the code but missing the file secrets.h. Can you help me

svde commented 2 years ago

define MQTT_HOST "mqtt.fqdn.here"

define MQTT_PASS ""

define MQTT_PORT 1883

define MQTT_PREFIX "comfoair"

define MQTT_USER ""

define WIFI_SSID "your-ssid"

define WIFI_PASS "your-wifi-password"

dumbo2 commented 2 years ago

Thanks

svde commented 2 years ago

Please close the issue.