Open arnschi opened 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):
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.
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.