refactor: Move MQTT broker config to secrets.h.example
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#define SECRET_SSID ""
|
||||
#define SECRET_PASS ""
|
||||
|
||||
#define SECRET_MQTT_BROKER_IP "192.168.69.106"
|
||||
#define SECRET_MQTT_PORT 1883
|
||||
|
Reference in New Issue
Block a user