summaryrefslogtreecommitdiff
path: root/wifiinfo.h
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-10-06 00:52:14 -0400
committerSteven <steven.vasilogianis@gmail.com>2021-10-06 01:01:49 -0400
commit3e5e8480f3f2f0af56731471cc967404efe0c921 (patch)
treeab9f2fcaa2cb2e76f9045b5ae094ebeeb1f582e6 /wifiinfo.h
parente4393cc86c106096e85c8c6d1fa9f1be324cda22 (diff)
andy cleanup
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