You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** While the `master` branch should contain a running version of the library at any time, the API might already have changes towards the next major release. So for a stable setup, it is recommended to use a published release.
55
55
56
-
### Arduino
56
+
### Arduino IDE
57
57
58
-
Download [the latest release](https://github.com/fhessel/esp32_https_server/releases)and extract it into your Arduino/libraries folder. Then restart your IDE.
58
+
You can install the library using Arduino IDE's [library manager](https://www.arduino.cc/en/Guide/Libraries). In the _Sketch_ menu, click on _Include Library_and select _Manage Libraries..._ directly at the top of the menu. Then search for "ESP32 HTTPS Server" and click on the _Install_ button.
59
59
60
-
You then should be able to add the library to your project if you selected the ESP32 as architecture.
60
+
Alternatively, you can download [a release](https://github.com/fhessel/esp32_https_server/releases) and extract it into your `Arduino/libraries` folder. Then restart your IDE.
61
+
62
+
If you want to use the latest `master` branch, open a command line, navigate to the libraries folder and run:
> **Note:** While the `master` branch should contain a running version of the library at any time, the API might already have changes towards the next major release. So for a stable setup, it is recommended to use a published release.
0 commit comments