arduino-libraries / MKRWAN

An Arduino library for sending and receiving data using LoRaWAN protocol and LoRa® radios.
https://www.arduino.cc
GNU Lesser General Public License v3.0
86 stars 60 forks source link

Firmware version mismatch #126

Open arnschi opened 1 year ago

arnschi commented 1 year ago

Hi. On my MKRWAN-1310, I updated the Murata firmware by running the MKRWANFWUpdate_standalone.ino -> according to the terminal this was version ARD-078 1.2.3 In MKRWAN library, I activated debugging, and found that he complains about outdated firmware Please update fw using MKRWANFWUpdate_standalone.ino sketch Now I saw that in the current version of the library ARDUINO_FW_VERSION[] = "ARD-078 1.2.1";

So what is the correct firmware I should use for MKRWAN? And can the ARDUINO_FW_VERSION be updated?

Thanks in advance.

per1234 commented 1 year ago

Thanks for your report @arnschi. I see the value of ARDUINO_FW_VERSION was not updated when the firmware was updated to 1.2.3 (https://github.com/arduino-libraries/MKRWAN/commit/8cbfe84d8ee1039e02f24ef0f8358527b39293bb):

https://github.com/arduino-libraries/MKRWAN/blob/b5966f18f94cc55c6ea041765ce910ba7e90a7b7/src/MKRWAN.h#L228

For now, please ignore the spurious message that instructs you to update the firmware. The version 1.2.3 you have installed is the correct one.