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

waitForAvailable() has no definition #195

Closed 2bndy5 closed 2 years ago

2bndy5 commented 3 years ago

I noticed that there is a private function named waitForAvailable() that's declared in RF24Mesh.h, but the definition has been commented out in RF24Mesh.cpp. git blames this commit, but there is no explicit justification. It looks like it was used instead of RF24Network::update() (but with a timeout parameter) when developing releaseAddress().

TMRh20 commented 3 years ago

I think that was experimental in nature and can safely be removed/forgotten.

On Jul 28, 2021, at 12:37 PM, Brendan @.***> wrote:

 I noticed that there is a private function named waitForAvailable() that's declared in RF24Mesh.h, but the definition has been commented out in RF24Mesh.cpp. git blames this commit, but there is no explicit justification. It looks like it could be used instead of RF24Mesh::update() (but with a timeout parameter).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.