We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created the hello_world example from vscode plugin (v1.6.4), set target to esp32-c2, compiled and monitor. I'm using the ESP8486-devkit-M.
The monitor expects a 115200 baudrate but connected uart is at 76800. The sdkconfig is the default one
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 CONFIG_CONSOLE_UART_BAUDRATE=115200
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
CONFIG_CONSOLE_UART_BAUDRATE=115200
Connecting with Putty at 76800 yields the expected output.
The text was updated successfully, but these errors were encountered:
Probably your board has a 26 MHz XTAL, please try enabling CONFIG_XTAL_FREQ_26 option in menuconfig and then try again.
#11703
Sorry, something went wrong.
espressif/esp-idf-monitor@f19858f
peterdragun
No branches or pull requests
Answers checklist.
General issue report
Created the hello_world example from vscode plugin (v1.6.4), set target to esp32-c2, compiled and monitor. I'm using the ESP8486-devkit-M.
The monitor expects a 115200 baudrate but connected uart is at 76800. The sdkconfig is the default one
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
CONFIG_CONSOLE_UART_BAUDRATE=115200
Connecting with Putty at 76800 yields the expected output.
The text was updated successfully, but these errors were encountered: