summaryrefslogtreecommitdiff
path: root/src/main/wifiinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/wifiinfo.h')
-rw-r--r--src/main/wifiinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/wifiinfo.h b/src/main/wifiinfo.h
new file mode 100644
index 0000000..9a5f315
--- /dev/null
+++ b/src/main/wifiinfo.h
@@ -0,0 +1,5 @@
1#ifndef wifiinfo_h
2#define wifiinfo_h
3const char* ssid = "omni";
4const char* password = "everywhere";
5#endif