My TX Mode Arduino Pauses when the other Arduino in Receiver Mode is turned off. (Aka no Connectivity)
I revealed the problem:
add "#define FAILURE_HANDLING" to any .h file (eg rf24.h)
and
Rename "uint32_t timer" (timer named variable is having problem)
(all timer variables in RF24::write() function to some other name like "timer9"
My TX Mode Arduino Pauses when the other Arduino in Receiver Mode is turned off. (Aka no Connectivity)
I revealed the problem: add "#define FAILURE_HANDLING" to any .h file (eg rf24.h) and Rename "uint32_t timer" (timer named variable is having problem) (all timer variables in RF24::write() function to some other name like "timer9"