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
IDF git describe: v4.2-dev-432-gc65b67115
esp-idf/components/console/esp_console_repl.c:125:22: error: 'CONFIG_ESP_CONSOLE_UART_BAUDRATE' undeclared
The existence of this constant is tied to the default setting, but it's still used in IDF.
The text was updated successfully, but these errors were encountered:
I got the same build error with v4.2-dev-521-g6fd855ab8d00.
Sorry, something went wrong.
Hi @Alvin1Zhang @suda-morris
Any chance to fix the build error ASAP? IMHO, a build breakage should be high priority to fix.
BTW, I think esp_console_repl_init() should also takes "const uart_config_t *uart_config" argument so the caller can use different uart settings.
@KaeLL Sorry for the delay, we will fix it ASAP. Thanks for your nice suggestion. @AxelLin
46a3f3e
suda-morris
No branches or pull requests
IDF git describe: v4.2-dev-432-gc65b67115
The existence of this constant is tied to the default setting, but it's still used in IDF.
The text was updated successfully, but these errors were encountered: