From e4b61b53f3b35b531532b3c95c791706ff72f0ca Mon Sep 17 00:00:00 2001 From: Daniel Linder Date: Tue, 10 Oct 2017 12:11:37 -0500 Subject: [PATCH] Create creds.h Add sample creds.h file. --- creds.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 creds.h diff --git a/creds.h b/creds.h new file mode 100644 index 0000000..74f15c8 --- /dev/null +++ b/creds.h @@ -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";