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);
    

Log in to reply
 

Suggested Topics

  • 3
  • 15
  • 2
  • 2
  • 3
  • 4

37
Online

11.2k
Users

11.1k
Topics

112.5k
Posts