Initial commit (secrets isolated)

This commit is contained in:
2026-09-25 20:39:37 +10:00
commit 06fa513380
3 changed files with 77 additions and 0 deletions

9
secrets.h.example Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SECRETS_H
#define SECRETS_H
#define SECRET_WIFI_SSID "YOUR_WIFI_SSID"
#define SECRET_WIFI_PASS "YOUR_WIFI_PASSWORD"
#define SECRET_MQTT_USER "YOUR_MQTT_USERNAME"
#define SECRET_MQTT_PASS "YOUR_MQTT_PASSWORD"
#endif