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: docs/en/lib_builder.rst
+20
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,26 @@ Specify additional configs to be applied. ex. 'qio 80m' to compile for QIO Flash
181
181
182
182
./build.sh -t esp32 -b idf_libs qio 80m
183
183
184
+
User Interface
185
+
--------------
186
+
187
+
There is also a terminal user interface that can be used to configure the libraries to be compiled.
188
+
It allows the user to select the targets to compile, change the configuration options and compile the libraries.
189
+
It has mouse support and can be pre-configured using command line arguments.
190
+
For more information and troubleshooting, check `the documentation <https://github.com/espressif/esp32-arduino-lib-builder/blob/master/tools/config_editor/README.md>`_.
191
+
192
+
To use the terminal user interface, make sure to have ``python>=3.9``, all the previous dependencies and install the ``textual`` library:
193
+
194
+
.. code-block:: bash
195
+
196
+
pip install --user textual
197
+
198
+
You can then run the UI using the following command:
0 commit comments