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

Remove Serial object dependency #200

Open
HugoP opened this issue Sep 3, 2024 · 1 comment
Open

Remove Serial object dependency #200

HugoP opened this issue Sep 3, 2024 · 1 comment
Assignees
Labels
Feedback Improvements or additions Good first issue Good for newcomers

Comments

@HugoP
Copy link

HugoP commented Sep 3, 2024

Hi,

First of, thanks for the wonderful work.

What idea or improvement for the library has occurred to you?

I noticed that if I do not create a Serial object the code goes into a Joining... reboot loop and believe the reboot happens when the device manages to join.

If you found an error:

I'm on a STM32F103 using USART1 without USB serial activated in the config, so I do not need to create a Serial object.
But I need to do it else I run into the problem described above.

Have you already found a solution?

Just do a Serial.begin(115200); even though it never get's used in the code.

Thanks a lot

@Eric286 Eric286 added Good first issue Good for newcomers Feedback Improvements or additions labels Sep 3, 2024
@Eric286
Copy link
Contributor

Eric286 commented Sep 3, 2024

Hello @HugoP

Thank you for bringing this to our attention, and we appreciate your feedback! I will discuss this with our team, and if necessary, we will address the issue promptly.

Have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Improvements or additions Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants