Skip to content

just-seba/committed-to-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commited-to-art

Create art by committing to your repository.

src/secrets.h

#ifndef _SECRETS_H
#define _SECRETS_H

struct
{
    const char *ssid = "ssid";
    const char *password = "password";
} WiFiConfig;

struct
{
    const char *oAuthToken = "oAuthToken";
    const char *repository = "organisation/repository";
    const char *branch = "branch";
} GitHub;

#endif

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published