Initial commit (secrets isolated)
This commit is contained in:
9
secrets.h.example
Normal file
9
secrets.h.example
Normal 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
|
||||
Reference in New Issue
Block a user