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

Unified print library #110

Closed Avamander closed 3 years ago

Avamander commented 7 years ago

Due to all the differences between different micro-controllers this library works on the current method of printing debug, warning and error messages is rather clunky and ugly, often causing confusion. Because of that I propose that a universal serial printing wrapping library is created. (Also see https://github.com/TMRh20/RF24/issues/189#issuecomment-170360980)

I opened identical issues in other RF24 family libraries: https://github.com/TMRh20/RF24/issues/322 https://github.com/TMRh20/RF24Network/issues/103