We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd02fa commit d20581bCopy full SHA for d20581b
1 file changed
ports/espressif/boards/waveshare_esp32_s3_amoled_241/sdkconfig
@@ -29,13 +29,6 @@ CONFIG_LWIP_LOCAL_HOSTNAME="waveshare-esp32-s3-amoled"
29
# Disable USB-Serial/JTAG console - CircuitPython uses TinyUSB (USB OTG) for REPL
30
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=n
31
32
-# === TEMPORARY DEBUG: route console to UART0 (TX=GPIO43, RX=GPIO44) ===
33
-# CONFIG_ESP_CONSOLE_UART_DEFAULT=y
34
-# CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y
35
-# CONFIG_LOG_DEFAULT_LEVEL_INFO=y
36
-# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
37
-# === END TEMPORARY DEBUG ===
38
-
39
# Workaround: NimBLE BLE_STATIC_TO_DYNAMIC=y (default in IDF 5.5.3) causes
40
# ble_gap_vars to be a dynamically allocated pointer (NULL before ble_gap_init).
41
# CircuitPython calls ble_gap_adv_active() before NimBLE init → NULL deref → bootloop.
0 commit comments