Make the secrets.h file more of a settings.h

This commit is contained in:
2021-04-27 22:31:39 -04:00
parent 74a5ff2d1a
commit 7ca6199fd6
3 changed files with 23 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
#define SECRET_SSID "secret_ssid"
#define SECRET_PASS ""Ah ah ah, you didn't say the magic word.""
#define SECRET_MQTT_USER "mqtt_user"
#define SECRET_MQTT_PASS "mqtt_pass"