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
Dragos Pascale
@Dragos Pascale
1
Reputation
1
Posts
1
Profile views
0
Followers
0
Following
Best posts made by Dragos Pascale
-
RE: Is MySensors RPI GW 32bit only?
Latest posts made by Dragos Pascale
-
RE: Is MySensors RPI GW 32bit only?
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