From bc5299cf573b3bd3ce2735540bee4aa314d4809d Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 27 Nov 2021 09:48:07 -0600 Subject: [PATCH] Updated version number to 1.4.2 Ready for release! --- library.properties | 2 +- src/Settings.h | 2 +- src/src.ino | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.properties b/library.properties index 274ff4b..42657a9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.4.1 +version=1.4.2 author=Gregg maintainer=Gregg sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE. diff --git a/src/Settings.h b/src/Settings.h index 037c60b..fa694be 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -36,7 +36,7 @@ #define HS_MAJOR 1 #define HS_MINOR 4 -#define HS_PATCH 1 +#define HS_PATCH 2 #define STRINGIFY(x) _STR(x) #define _STR(x) #x diff --git a/src/src.ino b/src/src.ino index e90df18..671ca89 100644 --- a/src/src.ino +++ b/src/src.ino @@ -11,8 +11,8 @@ void setup() { Serial.begin(115200); homeSpan.setLogLevel(2); - homeSpan.setStatusPin(13); - homeSpan.setControlPin(33); +// homeSpan.setStatusPin(13); +// homeSpan.setControlPin(33); homeSpan.setHostNameSuffix("-lamp1"); homeSpan.setPortNum(1201);