parent
83170306f5
commit
bc5299cf57
|
|
@ -1,5 +1,5 @@
|
|||
name=HomeSpan
|
||||
version=1.4.1
|
||||
version=1.4.2
|
||||
author=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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue