-
Quick question: |
Beta Was this translation helpful? Give feedback.
Answered by
phoddie
Apr 4, 2023
Replies: 1 comment 2 replies
-
There are three kinds of builds:
To run an instrumented "helloworld", replace "-d" with "-i" on the mcconfig command line.
After installing, the IDF serial monitor is launched, so you see the usual boot sequence followed by the Moddable SDK instrumentation initialization message, and then the usual trace from helloworld.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
linfan68
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are three kinds of builds:
trace
statements are output to the serial console.To run an instrumented "helloworld", replace "-d" with "-i" on the mcconfig command line.
After installing, the IDF serial monitor is launched, so you see the usual boot sequence followed by the Moddable SDK instrumentation initialization message, and then the usual trace from helloworld.