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
@@ -23,10 +26,10 @@ For more information and troubleshooting, please refer to the [UI README](tools/
23
26
To use it, follow these steps:
24
27
25
28
1. Make sure you have the following prerequisites:
26
-
- Python 3.9 or later
29
+
- Python 3.10 or later
27
30
- All the dependencies listed in the previous section
28
31
29
-
2. Install the required UI packages using `pip install -r tools/config_editor/requirements.txt`.
32
+
2. Install the required UI packages using `uv pip install -r tools/config_editor/requirements.txt`.
30
33
31
34
3. Execute the script `tools/config_editor/app.py` from any folder. It will automatically detect the path to the root of the repository.
32
35
@@ -36,9 +39,6 @@ To use it, follow these steps:
36
39
37
40
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
41
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.
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.
41
-
42
42
### Documentation
43
43
44
44
For more information about how to use the Library builder, please refer to this [Documentation page](https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html?highlight=lib%20builder)
0 commit comments