Logging/Obtaining OS debug message ESP32

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
akushva
Posts: 19
Joined: Fri May 03, 2019 10:08 am

Logging/Obtaining OS debug message ESP32

Post by akushva » Wed Aug 28, 2019 9:12 am

Is there any library or way present to obtain the vendor provided debug message into the main code.
Whenever I interface my device with LAN I get following messages

I (1300) emac: emac reset done
I (2921) ethernet: start
I (6921) ethernet: LAN cable connected

I want to use these messages inside my main code in some way.
Thanks in advance

Post Reply