From 6e7acffbc359e760f7c79e13d7cb9bcd2cf6e412 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 12 Oct 2021 09:40:01 -0400 Subject: mosfet toggling --- wifiinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifiinfo.h') diff --git a/wifiinfo.h b/wifiinfo.h index fb94cdd..ae122b9 100644 --- a/wifiinfo.h +++ b/wifiinfo.h @@ -1,6 +1,6 @@ #ifndef wifiinfo_h #define wifiinfo_h const char *hostname = "mush"; -const char* ssid = "omni"; -const char* password = "everywhere"; +const char *ssid = "304 Funston"; +const char *password = ""; #endif -- cgit v1.2.3