mysensors / MySensors

MySensors library and examples
https://www.mysensors.org
1.31k stars 892 forks source link

Fix building RFM69 gw on 64-bit OS #1559

Closed frepkovsky closed 8 months ago

frepkovsky commented 8 months ago

Building mysgw with RFM69 driver fails with error on 64-bit OS because there were 2 fixes #1500 and #1551 for the problem (with RFM69_MAX_PACKET_LEN) merged to development branch. Both patches fix the issue by other way and both works when applied separately but building gw is not possible when both are applied...

I did rollback my fix #1551 to keep the fix #1500 only.