You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: