Update README.md

This commit is contained in:
HomeSpan 2023-03-18 16:48:21 -05:00 committed by GitHub
parent 6ea9181c08
commit 3a92e9bac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Welcome to HomeSpan - a robust and extremely easy-to-use Arduino library for cre
HomeSpan provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol Specification Release R2 (HAP-R2) designed specifically for the Espressif ESP32 microcontroller running within the Arduino IDE. HomeSpan pairs directly to HomeKit via your home WiFi network without the need for any external bridges or components. With HomeSpan you can use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to automatically operate external devices from the Home App on your iPhone, iPad, or Mac, or with Siri. HomeSpan provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol Specification Release R2 (HAP-R2) designed specifically for the Espressif ESP32 microcontroller running within the Arduino IDE. HomeSpan pairs directly to HomeKit via your home WiFi network without the need for any external bridges or components. With HomeSpan you can use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to automatically operate external devices from the Home App on your iPhone, iPad, or Mac, or with Siri.
HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](https://github.com/espressif/arduino-esp32), and has been tested up through version 2.0.6 (recommended). HomeSpan can be run on the original ESP32 as well as Espressif's ESP32-S2, ESP32-C3, and ESP32-S3 chips. HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](https://github.com/espressif/arduino-esp32), and has been tested up through version 2.0.7 (recommended). HomeSpan can be run on the original ESP32 as well as Espressif's ESP32-S2, ESP32-C3, and ESP32-S3 chips.
### HomeSpan Highlights ### HomeSpan Highlights
@ -52,7 +52,7 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
* **SpanPoint support for the ESP8266!** * **SpanPoint support for the ESP8266!**
* Use ESP-NOW on an ESP8266 to connect to HomeSpan running on an ESP32 * Use ESP-NOW on an ESP8266 to connect to HomeSpan running on an ESP32
* See the [SpanPoint Tutorial Page](NOW.md) for more info as well as a detailed ESP8266 example * See the [SpanPoint Tutorial Page](docs/NOW.md) for more info as well as a detailed ESP8266 example
* **SpanPoint WiFi channel scanning upgrade** * **SpanPoint WiFi channel scanning upgrade**
* SpanPoint now saves the last WiFi channel successfully used for transmission in non-volatile storage * SpanPoint now saves the last WiFi channel successfully used for transmission in non-volatile storage