nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices

Home Page:http://nrf24.github.io/RF24Mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waitForAvailable() has no definition

2bndy5 opened this issue · comments

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().