Updated version number to 1.4.2

Ready for release!
This commit is contained in:
Gregg 2021-11-27 09:48:07 -06:00
parent 83170306f5
commit bc5299cf57
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name=HomeSpan name=HomeSpan
version=1.4.1 version=1.4.2
author=Gregg <homespan@icloud.com> author=Gregg <homespan@icloud.com>
maintainer=Gregg <homespan@icloud.com> maintainer=Gregg <homespan@icloud.com>
sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE. sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.

View File

@ -36,7 +36,7 @@
#define HS_MAJOR 1 #define HS_MAJOR 1
#define HS_MINOR 4 #define HS_MINOR 4
#define HS_PATCH 1 #define HS_PATCH 2
#define STRINGIFY(x) _STR(x) #define STRINGIFY(x) _STR(x)
#define _STR(x) #x #define _STR(x) #x

View File

@ -11,8 +11,8 @@ void setup() {
Serial.begin(115200); Serial.begin(115200);
homeSpan.setLogLevel(2); homeSpan.setLogLevel(2);
homeSpan.setStatusPin(13); // homeSpan.setStatusPin(13);
homeSpan.setControlPin(33); // homeSpan.setControlPin(33);
homeSpan.setHostNameSuffix("-lamp1"); homeSpan.setHostNameSuffix("-lamp1");
homeSpan.setPortNum(1201); homeSpan.setPortNum(1201);