ElectronicCats / Beelan-LoRaWAN

A LoRaWAN library for compatible arduino board
https://www.beelan.mx
MIT License
190 stars 78 forks source link

Remove Serial object dependency #200

Open HugoP opened 2 weeks ago

HugoP commented 2 weeks ago

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 commented 2 weeks ago

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!