summaryrefslogtreecommitdiff
path: root/src/main/wifiinfo.h
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-09-30 17:08:35 -0400
committerSteven <steven.vasilogianis@gmail.com>2021-09-30 17:08:35 -0400
commit55c2e51976c9612752b186112cc5e96d9569b516 (patch)
tree319ff725bfc7694289fc20f6ebfa67f2f402b940 /src/main/wifiinfo.h
parent38ee8efec07aba1766fa100a54f241df7734beb1 (diff)
andy was here
Diffstat (limited to 'src/main/wifiinfo.h')
-rw-r--r--src/main/wifiinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/wifiinfo.h b/src/main/wifiinfo.h
index 9a5f315..fb94cdd 100644
--- a/src/main/wifiinfo.h
+++ b/src/main/wifiinfo.h
@@ -1,5 +1,6 @@
1#ifndef wifiinfo_h 1#ifndef wifiinfo_h
2#define wifiinfo_h 2#define wifiinfo_h
3const char *hostname = "mush";
3const char* ssid = "omni"; 4const char* ssid = "omni";
4const char* password = "everywhere"; 5const char* password = "everywhere";
5#endif 6#endif