This repository was archived by the owner on Jun 23, 2025. It is now read-only.
change CONFIG_ESP_CONSOLE_UART_BAUDRATE
can't valid
#171
Replies: 2 comments
-
These are valid
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems you are using Rust on ESP-IDF - this repository is the template for esp-hal (bare-metal). Please ask in https://github.com/esp-rs/esp-idf-template Going to close this since it's unrelated to bare-metal Rust on ESP32 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
chip: esp32c2
XTAL: 26M
defualt monitor baudrate: 74880
Add
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
insdkconfig.defaults
, deletetarget/riscv32imc-esp-espidf/release/build/esp-idf-sys-...
, rebuild.Search
CONFIG_ESP_CONSOLE_UART_BAUDRATE
intarget/riscv32imc-esp-espidf/release/build/esp-idf-sys-...
, but result is still 74880.Beta Was this translation helpful? Give feedback.
All reactions