ESP32S2 USB-CDC does not appear as option in CONFIG_ESP_CONSOLE_UARTby lmagalhaes » Tue Apr 20, 2021 3:44 pm Hi there, I have a custom board with a ESP32-S2 and I'm using the native USB port to flash the IC. I'm trying to configure it also to serve as the console, but...
I have used proposed function before and after esp_sleep_enable_uart_wakeup(UART_NUM_0). I also checked that even if esp_sleep_enable_uart_wakeup(UART_NUM_1) is used and sdkconfig use a custom uart for CONSOLE, it doesn't work. ThanksESP...