From 56abdcafd8ed8a3e32bf7e166f1926306f743a91 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 19 Apr 2023 21:09:11 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7896fd..9e78be8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ HomeSpan includes the following documentation: * [HomeSpan Device Cloning](docs/Cloning.md) - seamlessly swap a broken device for a new one without needing to re-pair and lose HomeKit automations * [HomeSpan Projects](https://github.com/topics/homespan) - real-world applications of the HomeSpan Library * [HomeSpan FAQ](docs/FAQ.md) - answers to frequently-asked questions - +* [Solutions to Common Problems](Solutions.md) - resolutions to some common problems when using/compiling HomeSpan +* [HomeSpan Reference Sketches](https://github.com/HomeSpan/HomeSpanReferenceSketches) - a collection of self-contained Reference Sketches showcasing some of the more complex HomeKit Services, such as Thermostats and Irrigation Systems Note that all documentation is version-controlled and tied to each branch. The *master* branch generally points to the latest release. The *dev* branch, when available, will contain code under active development. # External Resources From 8286bf62bf8f1425a834309a9991ee0d7740efeb Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 19 Apr 2023 21:10:16 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e78be8..c6d721d 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ HomeSpan includes the following documentation: * [HomeSpan Device Cloning](docs/Cloning.md) - seamlessly swap a broken device for a new one without needing to re-pair and lose HomeKit automations * [HomeSpan Projects](https://github.com/topics/homespan) - real-world applications of the HomeSpan Library * [HomeSpan FAQ](docs/FAQ.md) - answers to frequently-asked questions -* [Solutions to Common Problems](Solutions.md) - resolutions to some common problems when using/compiling HomeSpan +* [Solutions to Common Problems](docs/Solutions.md) - resolutions to some common problems when using/compiling HomeSpan * [HomeSpan Reference Sketches](https://github.com/HomeSpan/HomeSpanReferenceSketches) - a collection of self-contained Reference Sketches showcasing some of the more complex HomeKit Services, such as Thermostats and Irrigation Systems Note that all documentation is version-controlled and tied to each branch. The *master* branch generally points to the latest release. The *dev* branch, when available, will contain code under active development. From ee1c51e3ae7cfa637d1e9d85856c4001df3f5b12 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 19 Apr 2023 21:12:48 -0400 Subject: [PATCH 3/4] Update Solutions.md --- docs/Solutions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Solutions.md b/docs/Solutions.md index b4a1e1c..5b56ec8 100644 --- a/docs/Solutions.md +++ b/docs/Solutions.md @@ -21,3 +21,8 @@ * If you receive the above error when you try to compile a HomeSpan sketch, that means the Arduino-ESP32 package was not properly installed. This can occur if instead of using one of the two methods above, you've tried to manually install the Arduino-ESP32 package by downloading a zip file created live from a specific branch of the Arduino-ESP32 code (typically via the `<> Code` button on GitHub when browsing a particular branch). The `core_version.h` file is usually not included in any of the branches, and thus will not be part of any zip files you request directly from a specific branch. * **Resolution:** Use the Arduino Board manager to install the Arduino-ESP32 package (recommended), or install manually using an *official release zip* file found under the "Assets" section of each release version shown on the Arduino-ESP32 GitHub site. + +--- + +[↩️](../README.md) Back to the Welcome page + From 96e33df3757ce930050fd055884ba7966003b3da Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 24 Apr 2023 13:33:35 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d721d..345c0c1 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ You ***do not*** need to read the entire HAP-R2 document. The whole point of Hom ### Feedback or Questions? -Please consider adding to the [HomeSpan Discussion Board](https://github.com/HomeSpan/HomeSpan/discussions), or email me directly at [homespan@icloud.com](mailto:homespan@icloud.com). +Please post bug reports or other problems with HomeSpan to the [Issues Board](https://github.com/HomeSpan/HomeSpan/issues). Please post all other questions about HomeSpan (use, functionality, specs, examples, etc.) or any ideas or recommendations you may have for new functionality, or any general feedback about HomeSpan or HomeKit, to the [Discussion Board](https://github.com/HomeSpan/HomeSpan/discussions). For more general questions or feedback not related to a specific HomeSpan issue or function, you can email me directly at [homespan@icloud.com](mailto:homespan@icloud.com). ### About the Author