summaryrefslogtreecommitdiff
path: root/src/main/wifiinfo.h
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-09-30 16:40:35 -0400
committerSteven <steven.vasilogianis@gmail.com>2021-09-30 16:40:35 -0400
commit38ee8efec07aba1766fa100a54f241df7734beb1 (patch)
treeba269a6c3cdd790ac1d669b520a769063c5144e3 /src/main/wifiinfo.h
parentb931713a134dc10a81a5a93f0139daa306535bea (diff)
Shorter output + OTA
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