Upgrade version number from 1.3.0 to 1.4.0
This commit is contained in:
parent
cd08d75d1d
commit
7d6265d543
|
|
@ -1,9 +1,9 @@
|
||||||
name=HomeSpan
|
name=HomeSpan
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
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.
|
||||||
paragraph=This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.
|
paragraph=This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.
|
||||||
url=https://github.com/HomeSpan/HomeSpan
|
url=https://github.com/HomeSpan/HomeSpan
|
||||||
architectures=esp32
|
architectures=esp32
|
||||||
includes=HomeSpan.h
|
includes=HomeSpan.h
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
// HomeSpan Version //
|
// HomeSpan Version //
|
||||||
|
|
||||||
#define HS_MAJOR 1
|
#define HS_MAJOR 1
|
||||||
#define HS_MINOR 3
|
#define HS_MINOR 4
|
||||||
#define HS_PATCH 0
|
#define HS_PATCH 0
|
||||||
|
|
||||||
#define STRINGIFY(x) _STR(x)
|
#define STRINGIFY(x) _STR(x)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue