Add dummy credentials file

This commit is contained in:
Aadi Desai 2021-06-03 01:09:29 +01:00
parent a120aa10fc
commit d8209c009f
2 changed files with 8 additions and 0 deletions

1
Control/.gitignore vendored
View file

@ -3,3 +3,4 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
src/credentials.h

View file

@ -0,0 +1,7 @@
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "SSID_here"
#define WIFI_PW "Password_here"
#endif