Update README.md

This commit is contained in:
HomeSpan 2023-10-22 09:53:10 -05:00 committed by GitHub
parent 1494c6ebda
commit c89969cccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
* converted various *homeSpan* methods that previously returned *void* to now return *Span &* * converted various *homeSpan* methods that previously returned *void* to now return *Span &*
* allows for chaining multiple *homeSpan* methods * allows for chaining multiple *homeSpan* methods
* example: `homeSpan.setControlPin(21).setStatusPin(13);` * example: `homeSpan.setControlPin(21).setStatusPin(13);`
* see [HomeSpan API Reference](Reference.md) for details * see [HomeSpan API Reference](docs/Reference.md) for details
* **Upgrades to HomeSpan Web Log output** * **Upgrades to HomeSpan Web Log output**