Skip to content

Commit

Permalink
Create creds.h
Browse files Browse the repository at this point in the history
Add sample creds.h file.
  • Loading branch information
dglinder authored Oct 10, 2017
1 parent a997881 commit e4b61b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions creds.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// A: WiFi network info.
char ssid[] = "xx";
char wifiPassword[] = "xx";
// B: Cayenne authentication info. This should be obtained from the Cayenne Dashboard.
char username[] = "xx";
char password[] = "xx";
char clientID[] = "xx";

0 comments on commit e4b61b5

Please sign in to comment.