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