From ee1c51e3ae7cfa637d1e9d85856c4001df3f5b12 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 19 Apr 2023 21:12:48 -0400 Subject: [PATCH] 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 +