We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d39d9 commit 55b7639Copy full SHA for 55b7639
1 file changed
Airlift_ePaper_Calendar/adafruit_airlift_calendar/secrets.h
@@ -0,0 +1,11 @@
1
+#ifndef _SECRETS_H THEN
2
+#define _SECRETS_H
3
+
4
+// define your WIFI and Adadfruit IO credentials in this file
5
6
+#define WIFI_SSID "your_SSID"
7
+#define WIFI_PASSWORD "your_password"
8
+#define AIO_USERNAME "your_adafruit_io_username"
9
+#define AIO_KEY "your_adafruit_io_key"
10
11
+#endif
0 commit comments