From 38ee8efec07aba1766fa100a54f241df7734beb1 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 30 Sep 2021 16:40:35 -0400 Subject: Shorter output + OTA --- src/main/wifiinfo.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/wifiinfo.h (limited to 'src/main/wifiinfo.h') 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 @@ +#ifndef wifiinfo_h +#define wifiinfo_h +const char* ssid = "omni"; +const char* password = "everywhere"; +#endif -- cgit v1.2.3