nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
422 stars 154 forks source link

Update pyRF24Mesh.cpp #179

Closed RasmusHRAAU closed 3 years ago

RasmusHRAAU commented 3 years ago

Deleting the size argument, since it does not match the wrapper function

2bndy5 commented 3 years ago

good catch! Looks like this also needs to be done for the python wrapper in the RF24 repo also.

@RasmusHRAAU have you tested this also? Was this causing an error (I imagine it would)?

2bndy5 commented 3 years ago

I'm also applying this fix in the RF24 repo's mirrored pyRF24Mesh.cpp