Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 314 Bytes

arduino-secrets-README.md

File metadata and controls

11 lines (8 loc) · 314 Bytes

arduino-secrets.h

Create a file arduino-secrets.h containing these values:

#define SECRET_SSID "<add ssid of you wlan connection>"
#define SECRET_PASS "<add password of the wlan>"

#define SECRET_MQTT_USER "<add the username of your mqtt connection>"
#define SECRET_MQTT_PASS "<add password of mqtt>"