in hal/transport/RFM69/driver/new/RFM69_new.h you must also replace
#define RFM69_MAX_PACKET_LEN (0x40u) with
#define RFM69_MAX_PACKET_LEN (0x40ul)
if you are using RFM69 radio
Best posts made by Dragos Pascale
-
RE: Is MySensors RPI GW 32bit only?