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

Issue: DHCP() function Not recognize in Arduino code. #182

Closed lak1219 closed 3 years ago

lak1219 commented 3 years ago

Hi, Anyone can help me? Calling DHCP() function doesn't work in my Arduino code. I didn't see the function name orange colour after I checked the code.

Where is the problem?

Thank you...

DHCP

TMRh20 commented 3 years ago

Not sure what isn’t working, it doesn’t matter if it’s orange in the ide. Make sure to test your devices with the basic rf24 examples before using RF24Mesh.

On Apr 3, 2021, at 11:08 PM, lak1219 @.***> wrote:

 Reopened #182.

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

lak1219 commented 3 years ago

Thanks for your response. Already Basicrf24 and also Rf24mesh working. But the problem is in the DHCP() Function. I want to call DHCP() function at a specific time because I am going to implement sleep mode to reduce the power consumption of my sensor nodes.