Debugging without radio messages
-
hi,
Is it possible to enable debug messages so that it only displays commands with "Serial.print()", but does not display radio debugging?
Everything is fine with my radio, and I want clear information from "Serial.print()" undisturbed by fast-flying messages from the radio.
-
Yes, comment
#define MY_DEBUG
and in setup() add
Serial.begin(115200);