SunboX / Vintage-LED-Clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vintage-LED-Clock

WiFi configuration

SSID and credentials are kept in a separate file which is not included in GIT repository.
Create file credentials.h in src folder and add SSID and WiFi password.
e.g.:

#ifndef _CREDENTIALS_H_
#define _CREDENTIALS_H_

const char cstrSSID[] = "MyNetwork";
const char cstrPWD[] = "secret";

#endif /* _CREDENTIALS_H_ */

About

License:The Unlicense


Languages

Language:Prolog 92.8%Language:C++ 5.9%Language:OpenSCAD 0.9%Language:HTML 0.4%