esp.osdebug does nothing #12812
Replies: 3 comments 4 replies
-
@Tobinator32 I think the documentation might be incorrect... looking at the code it should be esp.osdebug(output, level) where So to use it, you must do esp.osdebug(True, esp.LOG_VERBOSE) But even for me that doesn't seem to enable any logging... |
Beta Was this translation helpful? Give feedback.
-
I've started a discussion #12031 to address the same issue. I've found a heck that makes it possible to see the console log via a custom uart. I hope this is useful for you, but you will need to build your own firmware. |
Beta Was this translation helpful? Give feedback.
-
Have pushed a PR with a fix: #12900 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
according to the documentation it is possible to switch os debugging on by setting esp.osdebug to some of the constants. The Problem is, it is doing nothing. Are there any things i overlook?
Beta Was this translation helpful? Give feedback.
All reactions