Skip to content
New issue

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

Add log to serial output of the esp32 #36

Open
mprilepok opened this issue Oct 30, 2024 · 1 comment
Open

Add log to serial output of the esp32 #36

mprilepok opened this issue Oct 30, 2024 · 1 comment

Comments

@mprilepok
Copy link

Please add log to serial output of the esp32. the log should help to detect problems o decoding messages.

@5Breeze
Copy link

5Breeze commented Jan 7, 2025

#ifdef CORE_DEBUG_LEVEL
    config.uart0_enable = true;
    config.uart0_baudrate = 921600;
    config.uart0_rx_gpio = 3;
    config.uart0_tx_gpio = 1;
    config.uart0_rts_gpio = -1;

I found a macro definition for enabling debug, which might be useful to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants