Replies: 1 comment
-
A simple mutex controlled by your app, and making sure you FWIW, though, an individual |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that output is not complete and in strange order if I do Serial.print()s from both cores, even if I‘m sure they don’t print at the same time.
Do I have to push messages in a queue on one core and pull/print on the other?
Beta Was this translation helpful? Give feedback.
All reactions