You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is the firmware of the module, not the library. The latter is in another repository.
Anyway, you can build all versions by checking out the code and using make. If you don't have the toolchain installed, you can use the stronglytyped/arm-none-eabi-gcc docker container.
Pull it from docker hub docker pull stronglytyped/arm-none-eabi-gcc,
enter the root directory of the firmware,
start docker run -it -v "$PWD":/home stronglytyped/arm-none-eabi-gcc.
the process will create a new fw.h file that you can use with the standalone updater sketch in the MKRWAN arduino library.
Have fun!
PS. as a side note, I saw that they regularly commit the fw.h into the standalone example of the library. Maybe you just want to pick it from there. Older versions have compile issues too..
my arduino module firmware reports version 1.2 which isnt here
The text was updated successfully, but these errors were encountered: