Skip to content

Commit d20581b

Browse files
committed
Removed temp debug settings
1 parent 2bd02fa commit d20581b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • ports/espressif/boards/waveshare_esp32_s3_amoled_241

ports/espressif/boards/waveshare_esp32_s3_amoled_241/sdkconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ CONFIG_LWIP_LOCAL_HOSTNAME="waveshare-esp32-s3-amoled"
2929
# Disable USB-Serial/JTAG console - CircuitPython uses TinyUSB (USB OTG) for REPL
3030
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=n
3131

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-
3932
# Workaround: NimBLE BLE_STATIC_TO_DYNAMIC=y (default in IDF 5.5.3) causes
4033
# ble_gap_vars to be a dynamically allocated pointer (NULL before ble_gap_init).
4134
# CircuitPython calls ble_gap_adv_active() before NimBLE init → NULL deref → bootloop.

0 commit comments

Comments
 (0)