File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
boards/crcibernetica-ideaboard Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# idf.py menuconfig
2
- sdkconfig *
2
+ . / sdkconfig *
3
3
4
4
# lock files for examples and components
5
5
dependencies.lock
Original file line number Diff line number Diff line change
1
+ CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y
2
+ CONFIG_ESP32_SPIRAM_SUPPORT=n
3
+
4
+ # Uncomment (remove ###) to send ESP_LOG output to TX/RX pins
5
+ ### #
6
+ ### # ESP System Settings
7
+ ### #
8
+ ### CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
9
+ ### # CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set
10
+ ### CONFIG_ESP_CONSOLE_UART_CUSTOM=y
11
+ ### CONFIG_ESP_CONSOLE_NONE is not set
12
+ ### CONFIG_ESP_CONSOLE_UART=y
13
+ ### CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_0=y
14
+ ### # CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_1 is not set
15
+ ### CONFIG_ESP_CONSOLE_UART_NUM=0
16
+ ### CONFIG_ESP_CONSOLE_UART_TX_GPIO=17
17
+ ### CONFIG_ESP_CONSOLE_UART_RX_GPIO=16
18
+ ### CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
19
+ ### # CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set
20
+ ### # end of ESP System Settings
You can’t perform that action at this time.
0 commit comments