Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware version mismatch #126

Open
arnschi opened this issue Jun 6, 2023 · 1 comment
Open

Firmware version mismatch #126

arnschi opened this issue Jun 6, 2023 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@arnschi
Copy link

arnschi commented Jun 6, 2023

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 per1234 changed the title which firmware to use for MKRWAN? Firmware version mismatch Jun 7, 2023
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Jun 7, 2023
@per1234
Copy link
Contributor

per1234 commented Jun 7, 2023

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 (8cbfe84):

static const char ARDUINO_FW_VERSION[] = "ARD-078 1.2.1";

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants