Skip to content

Sternenlabor/Vintage-LED-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages