I just bought 2 RFM69 Feather Wings to use with 2 Feather M0 Express boards. I have everything wire up as per the tutorial and created code using the examples.
I have the RFM69.mpy file in the lib folder of the boards and am using version 5 of circuit python for the boards' UF2 files and for my CircuitPython library.
When I save my script and go to the Serial Console in Mu, I get the following...
_________________________________________________________________
Press any key to enter the REPL. Use CTRL-D to reload.soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 7, in <module>
File "adafruit_rfm69.py", line 72, in <module>
MpyError: Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update for more info.
_________________________________________________________________
What should I do? Is there a newer file? Do I need to move back to an older version and library of CircuitPython? If so, what version?
Please help. Thanks.