nRF24 / RF24Mesh

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

Links MESH_DEFAULT_ADDRESS to NETWORK_DEFAULT_ADDRESS #139

Closed MAKOMO closed 6 years ago

MAKOMO commented 6 years ago

Changing the MESH_DEFAULT_ADDRESS in RF24Mesh_config.h fails, as in RF24Network.cpp the network default address is hardcoded in two places. See also https://github.com/nRF24/RF24Network/issues/233 and my pull request on RF24Network https://github.com/nRF24/RF24Network/pull/116.