Nice work @Kokosnoot
I think you could use
#define MY_RFM69_IRQ_PIN 2
#define MY_RFM69_IRQ_NUM digitalPinToInterrupt(MY_RFM69_IRQ_PIN)
This should convert the pin number to interrupt number automatically.
Nice work @Kokosnoot
I think you could use
#define MY_RFM69_IRQ_PIN 2
#define MY_RFM69_IRQ_NUM digitalPinToInterrupt(MY_RFM69_IRQ_PIN)
This should convert the pin number to interrupt number automatically.
@KevinT should be one of these https://github.com/mysensors/MySensors/pulls?q=is%3Apr+esp8266+sort%3Aupdated-desc+
@KevinT did you read the thread I linked?
Great to see you again @KevinT
It is broken, and you are doing something wrong :-)
Use the latest supported version of the board definitions. See https://forum.mysensors.org/post/114086
Hi @nagelc, our CI pipeline is currently running cppcheck version 2.1. Could you let me know which version you're using on your end?
Sorry, I have no idea.
I turned off the affiliate setup on openhardware when CodeGarage took over the cost of hosting MySensors/OpenHardware.io along with turning off all google ads.
The "Buy" functionality on openhardware.io involved alot of manual handling and support. It was not worth the effort.
You can still make a donation to @sundberg84 when using his designs. I'm sure he appriciate it.

Welcome to the forum!
Tagging @sundberg84 who created this pcb.
@nschurando Yes, the “C” in RFM69HCW (or RFM69CW) means “compatible”, indicating pin compatibility with older RFM modules such as the RFM12B.