mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-10 01:35:50 +00:00
Add dummy credentials file
This commit is contained in:
parent
a120aa10fc
commit
d8209c009f
1
Control/.gitignore
vendored
1
Control/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
src/credentials.h
|
||||
|
|
7
Control/src/credentials.h.dummy
Normal file
7
Control/src/credentials.h.dummy
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef CREDENTIALS_H
|
||||
#define CREDENTIALS_H
|
||||
|
||||
#define WIFI_SSID "SSID_here"
|
||||
#define WIFI_PW "Password_here"
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue