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.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