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

8 lines
115 B
Plaintext

#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "SSID_here"
#define WIFI_PW "Password_here"
#endif