refactor: Move MQTT broker config to secrets.h.example

This commit is contained in:
2025-06-21 13:56:40 -06:00
parent 5fe3d3da8c
commit 5b45347914
2 changed files with 9 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
#define SECRET_SSID ""
#define SECRET_PASS ""
#define SECRET_MQTT_BROKER_IP "192.168.69.106"
#define SECRET_MQTT_PORT 1883