From 3e5e8480f3f2f0af56731471cc967404efe0c921 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 6 Oct 2021 00:52:14 -0400 Subject: andy cleanup --- wifiinfo.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wifiinfo.h (limited to 'wifiinfo.h') diff --git a/wifiinfo.h b/wifiinfo.h new file mode 100644 index 0000000..fb94cdd --- /dev/null +++ b/wifiinfo.h @@ -0,0 +1,6 @@ +#ifndef wifiinfo_h +#define wifiinfo_h +const char *hostname = "mush"; +const char* ssid = "omni"; +const char* password = "everywhere"; +#endif -- cgit v1.2.3