Skip to content

Commit

Permalink
docs(lib-builder): Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Oct 30, 2024
1 parent 2af5885 commit 2cb84dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/lib_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,15 @@ Screens

There are many screens in the UI that are used to configure the libraries to be compiled.
Note that in all screens you can also use the shortcut keys shown in the footer bar to navigate.

The UI consists of the following screens:

- **Main Menu**: The main screen shows buttons to navigate to the other screens.
- **Compile Screen**: The compile screen shows the output of the compilation process and any errors that may have occurred.
- **Sdkconfig Editor**: The sdkconfig editor screen is a simple text editor that shows you the sdkconfig files that will be used for compilation.
You can edit the files here to customize the generated libraries.
- **Settings Screen**: The settings screen allows you to change the settings of the compilation process. Here you can change:
- **Settings Screen**: The settings screen allows you to change the settings of the compilation process.
Here you can change:

- The targets that the libraries will be compiled for. To save time, you can compile the libraries only for the target you are using;
- Whether the compiled libraries will be copied to the ``arduino-esp32`` directory after compilation so that they can be used in the Arduino IDE;
Expand Down

0 comments on commit 2cb84dc

Please sign in to comment.