From eef7c38e9ea1181e2ae789e2cbfe5d43486ca4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Hanssen=20=28LA7ECA=29?= Date: Fri, 15 Mar 2024 12:41:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91301a8..b766981 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It can be built with *esp-idf* (version 5.0.x) and the *idf.py* tool. Follow the idf.py add-dependency "espressif/mdns^1.2.4" idf.py add-dependency "espressif/led_strip^2.5.3" ``` -The *led_strip* component is for the LilyGo T-TWR plus (neopixel LED). For this device you will also need to download *XPowersLib* and edit the CMakeLists.txt in the top level directory to set the location where you installed it. +The *led_strip* component is for the LilyGo T-TWR plus (neopixel LED). For this device you will also need to download *XPowersLib* and edit the EXTRA_COMPONENT_DIRS setting in CMakeLists.txt (in the top level directory) to the location where you installed it. It is a good idea to generate a new SSL certificate now and then. You could also just cd to the directory and run the command inside the gencert.sh script. You should have openssl installed on your computer to do this. ```