Logging inside C code #9739
Answered
by
jimmo
krishnak
asked this question in
Core Development
Logging inside C code
#9739
-
I am trying to debug some new methods that I am adding inside modnetwork.c - how to get ESP_LOGD or printf to print to console or is there another way to get debug statements printed from C code? |
Beta Was this translation helpful? Give feedback.
Answered by
jimmo
Oct 25, 2022
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
krishnak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mp_printf(&mp_plat_print, "hello %d", x);