mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-14 11:45:49 +00:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
|
#ifndef CREDENTIALS_H
|
||
|
#define CREDENTIALS_H
|
||
|
|
||
|
#define WIFI_SSID "SSID_here"
|
||
|
#define WIFI_PW "Password_here"
|
||
|
|
||
|
#endif
|