Post links and attach files for documentation here, also chat about these docs freely

User avatar
By Will-hdgli
#71572 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:
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.