From ba28d15d0038aca40ad5c55fa23fbe215aaa16bc Mon Sep 17 00:00:00 2001 From: Gregg Date: Thu, 15 Oct 2020 20:06:26 -0500 Subject: [PATCH] Update Settings.h --- src/Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings.h b/src/Settings.h index be85fe6..0aa7e15 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -21,8 +21,8 @@ #define DEFAULT_CONTROL_PIN 21 // change with homeSpan.setControlPin(pin) #define DEFAULT_STATUS_PIN LED_BUILTIN // change with homeSpan.setStatusPin(pin) -#define DEFAULT_AP_SSID "HomeSpan-Configuration" // change with homeSpan.setApSSID(pwd) -#define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd) +#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(pwd) +#define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd) #define DEFAULT_AP_TIMEOUT 300 // change with homeSpan.setApTimeout(nSeconds) #define DEFAULT_COMMAND_TIMEOUT 120 // change with homeSpan.setCommandTimeout(nSeconds)