We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5339fe + bd5d010 commit 51a7723Copy full SHA for 51a7723
1 file changed
Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h
@@ -0,0 +1,9 @@
1
+#ifndef _SECRET_H THEN
2
+#define _SECRET_H
3
+
4
+// define your WIFI SSID and password in this file
5
6
+#define WIFI_SSID "your_SSID"
7
+#define WIFI_PASSWORD "your_password"
8
9
+#endif
0 commit comments