ELEC50003-P1-CW/Control/include/credentials.h.dummy

8 lines
115 B
Plaintext
Raw Normal View History

2021-06-03 00:09:29 +00:00
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "SSID_here"
#define WIFI_PW "Password_here"
#endif