8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67cf1e commit ac4320cCopy full SHA for ac4320c
.gitignore
@@ -49,5 +49,5 @@ Release/
49
.scala_dependencies
50
.worksheet
51
52
-*.example.h
+data/wifi/wifi.h
53
data/cert/*.h
data/wifi/wifi.example.h
@@ -0,0 +1,18 @@
1
+/*
2
+ * wifi.h
3
+ *
4
+ * Created on: Dec 15, 2017
5
+ * Author: frank
6
+ */
7
+
8
+#ifndef DATA_WIFI_WIFI_H_
9
+#define DATA_WIFI_WIFI_H_
10
11
+#define WIFI_CONFIGURED 1
12
13
+// Configure this file with your wifi credentials and copy it to wifi.h
14
15
+#define WIFI_SSID "<your ssid goes here>"
16
+#define WIFI_PSK "<your pre-shared key goes here>"
17
18
+#endif /* DATA_WIFI_WIFI_H_ */
0 commit comments