Where can I find an explanation of the DEBUG_PRINT messages?
Posted: Sun Nov 05, 2017 3:21 pm
I am using the Arduino IDE to code the ESP8266-12e. The IDE has an option to send various levels of debugging messages to a serial console. What I am looking for is a way to determine what these messages mean. Below is a sample of the output with the debug level set to ALL:
Any information would be helpful.
Code: Select all
[size=85]:urch 70, 70
:urd 12, 70, 13
:urd 4, 70, 26
:urd 5, 70, 31
wifi evt: 7
wifi evt: 7
:urch 70, 70
:urd 12, 70, 13
:urd 4, 70, 26
:urd 5, 70, 31
:urch 70, 70
:urd 12, 70, 13
:urd 4, 70, 26
:urd 5, 70, 31
:urch 70, 40
:urd 11, 40, 13
:urd 4, 40, 25
:urd 5, 40, 30[/size]
Any information would be helpful.