From fbb06f15df0b0be35c16ab2eeabb5cfd5abab1f2 Mon Sep 17 00:00:00 2001 From: Felix Wehnert Date: Mon, 1 Feb 2021 00:07:33 +0100 Subject: [PATCH] Fixed typo in comment --- src/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.h b/src/Settings.h index 9b1ccc6..ff6531e 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -66,7 +66,7 @@ #define DEFAULT_CONTROL_PIN 21 // change with homeSpan.setControlPin(pin) #define DEFAULT_STATUS_PIN 13 // change with homeSpan.setStatusPin(pin) -#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(pwd) +#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(ssid) #define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd) #define DEFAULT_AP_TIMEOUT 300 // change with homeSpan.setApTimeout(nSeconds)