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
Copy file name to clipboardExpand all lines: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,21 @@ For more information and troubleshooting, please refer to the [UI README](tools/
22
22
23
23
To use it, follow these steps:
24
24
25
-
1. Make sure you have the required dependencies installed:
25
+
1. Make sure you have the following prerequisites:
26
26
- Python 3.9 or later
27
-
- The [Textual](https://github.com/textualize/textual/) library
28
27
- All the dependencies listed in the previous section
29
28
30
-
2.Execute the script `tools/config_editor/app.py` from any folder. It will automatically detect the path to the root of the repository.
29
+
2.Install the required UI packages using `pip install -r tools/config_editor/requirements.txt`.
31
30
32
-
3.Configure the compilation and ESP-IDF options as desired.
31
+
3.Execute the script `tools/config_editor/app.py` from any folder. It will automatically detect the path to the root of the repository.
33
32
34
-
4.Click on the "Compile Static Libraries" button to start the compilation process.
33
+
4.Configure the compilation and ESP-IDF options as desired.
35
34
36
-
5.The script will show the compilation output in a new screen. Note that the compilation process can take many hours, depending on the number of libraries selected and the options chosen.
35
+
5.Click on the "Compile Static Libraries" button to start the compilation process.
37
36
38
-
6. If the compilation is successful and the option to copy the libraries to the Arduino Core folder is enabled, it will already be available for use in the Arduino IDE. Otherwise, you can find the compiled libraries in the `esp32-arduino-libs` folder alongside this repository.
37
+
6. The script will show the compilation output in a new screen. Note that the compilation process can take many hours, depending on the number of libraries selected and the options chosen.
38
+
39
+
7. If the compilation is successful and the option to copy the libraries to the Arduino Core folder is enabled, it will already be available for use in the Arduino IDE. Otherwise, you can find the compiled libraries in the `esp32-arduino-libs` folder alongside this repository.
39
40
- Note that the copy operation doesn't currently support the core downloaded from the Arduino IDE Boards Manager, only the manual installation from the [`arduino-esp32`](https://github.com/espressif/arduino-esp32) repository.
0 commit comments