@@ -226,13 +226,15 @@ Screens |
|
|
226 |
226 |
|
227 |
227 |
There are many screens in the UI that are used to configure the libraries to be compiled. |
228 |
228 |
Note that in all screens you can also use the shortcut keys shown in the footer bar to navigate. |
|
229 |
+ |
229 |
230 |
The UI consists of the following screens: |
230 |
231 |
|
231 |
232 |
- **Main Menu**: The main screen shows buttons to navigate to the other screens. |
232 |
233 |
- **Compile Screen**: The compile screen shows the output of the compilation process and any errors that may have occurred. |
233 |
234 |
- **Sdkconfig Editor**: The sdkconfig editor screen is a simple text editor that shows you the sdkconfig files that will be used for compilation. |
234 |
235 |
You can edit the files here to customize the generated libraries. |
235 |
|
-- **Settings Screen**: The settings screen allows you to change the settings of the compilation process. Here you can change: |
|
236 |
+- **Settings Screen**: The settings screen allows you to change the settings of the compilation process. |
|
237 |
+ Here you can change: |
236 |
238 |
|
237 |
239 |
- The targets that the libraries will be compiled for. To save time, you can compile the libraries only for the target you are using; |
238 |
240 |
- Whether the compiled libraries will be copied to the ``arduino-esp32`` directory after compilation so that they can be used in the Arduino IDE; |