We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5339fe commit bd5d010Copy full SHA for bd5d010
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