Initial commit (secrets isolated)
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
secrets.h
|
||||
.pio/
|
||||
build/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.bin
|
||||
*.elf
|
||||
*.hex
|
||||
1
Driveway Light
Submodule
1
Driveway Light
Submodule
Submodule Driveway Light added at 5701d20bb7
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