Sir,
After read this
mbed-os-example-lorawan - Simple LoRaWAN example application for mbed OS | Mbed
Why am i getting this error?
and
the same to mbed compiler online
Sir,
After read this
mbed-os-example-lorawan - Simple LoRaWAN example application for mbed OS | Mbed
Why am i getting this error?
Hi,
I could reproduce this issue.
The mbed-os.lib
file in the default branch of this example (development) has no version hash and the online IDE could not get right version of the Mbed OS library.
You can avoid the error as below:
mbed-os
directory from your projecthttps://github.com/ARMmbed/mbed-os
→ click Next >>
)mbed-os-6.16.0
→ click Finish
)Now, you can set NUCLEO_WJ55JC
or STM32WL55C-DK
.
I hope this helps.
Regards,
Toyo
Thank you so much!