Update README.md
This commit is contained in:
parent
341ed0b452
commit
97a69b4981
12
README.md
12
README.md
|
|
@ -50,28 +50,28 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
|
||||||
|
|
||||||
## ❗Latest Update - HomeSpan 1.7.2 (4/5/2023)
|
## ❗Latest Update - HomeSpan 1.7.2 (4/5/2023)
|
||||||
|
|
||||||
* New ability to set OTA password from within sketch
|
* **New ability to set OTA password from within sketch**
|
||||||
* See the [OTA Page](docs/OTA.md) for details
|
* See the [OTA Page](docs/OTA.md) for details
|
||||||
|
|
||||||
* Added logic to allow duplicates of the same Custom Characteristic to be "defined" in more than one file in a sketch
|
* **Added logic to allow duplicates of the same Custom Characteristic to be "defined" in more than one file in a sketch**
|
||||||
* Allows the use of the same Custom Characteristic across multiple files in the same sketch without the compiler throwing a "redefinition error"
|
* Allows the use of the same Custom Characteristic across multiple files in the same sketch without the compiler throwing a "redefinition error"
|
||||||
* See the [API Reference](docs/Reference.md) for details
|
* See the [API Reference](docs/Reference.md) for details
|
||||||
|
|
||||||
* Extended functionality of `setValidValues()` to work with more than just UINT8 Characteristics
|
* **Extended functionality of `setValidValues()` to work with more than just UINT8 Characteristics**
|
||||||
* Now works with INT, UINT16, and UINT32 Characteristics, as well as UINT8 Characteristics
|
* Now works with INT, UINT16, and UINT32 Characteristics, as well as UINT8 Characteristics
|
||||||
* See the [API Reference](docs/Reference.md) for details
|
* See the [API Reference](docs/Reference.md) for details
|
||||||
|
|
||||||
* New parameters added to `autoPoll()` that allow the user to set priority and chose CPU
|
* **New parameters added to `autoPoll()` that allow the user to set priority and chose CPU**
|
||||||
* Provides for enhanced performance on dual-processor chips
|
* Provides for enhanced performance on dual-processor chips
|
||||||
* See the [API Reference](docs/Reference.md) for details
|
* See the [API Reference](docs/Reference.md) for details
|
||||||
|
|
||||||
* Automatic LED Fading!
|
* **Automatic LED Fading!**
|
||||||
* Added new methods to LedPin class that enable use of the ESP32's built-in fade controls
|
* Added new methods to LedPin class that enable use of the ESP32's built-in fade controls
|
||||||
* Allows user to specify speed of fade
|
* Allows user to specify speed of fade
|
||||||
* Runs in background without consuming any CPU resources
|
* Runs in background without consuming any CPU resources
|
||||||
* See the [PWM Page](docs/PWM.md) for details
|
* See the [PWM Page](docs/PWM.md) for details
|
||||||
|
|
||||||
* Added ability to Clone the Pairing Data from one device to another
|
* **Added ability to Clone the Pairing Data from one device to another**
|
||||||
* Adds new 'P' and 'C' commands to the CLI
|
* Adds new 'P' and 'C' commands to the CLI
|
||||||
* Enables a broken device to be swapped for a new device (running the same sketch) without the need to unpair the old device or pair the new device
|
* Enables a broken device to be swapped for a new device (running the same sketch) without the need to unpair the old device or pair the new device
|
||||||
* Avoids loss of automations, scenes, and any other Home App customizations associated with device
|
* Avoids loss of automations, scenes, and any other Home App customizations associated with device
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue