Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
LoRaWAN example throws error when overriding "lora.version" parameter
Hi, I am working with the LoRaWAN stack of mbed, and recently, I decided to migrate to LoRaWAN 1.1. I went to https://os.mbed.com/blog/entry/Introducing-LoRaWAN-11-support/ and followed the guide, but when I entered the "lora.version": 10, line in the mbed_app.json it always throws: Error: Attempt to override undefined parameter 'lora.version' in 'application[*]'.
P.S: I imported the LoRaWAN example directly into the compiler from https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-lorawan/.
Many thanks in advance.