Infinity loop... #358
Replies: 1 comment
-
Hey, Cheers |
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
-
Hello!
I'm trying to realize a Wireless MIDI connection over ESPNow with USB Support...
Therefore I'm initializing three MIDI Instances (USB, UART and ESP(Now)) and created this loop
(I used the MIDI-Merger as example):
When I upload this code to two ESP32 (Lolin S2 Mini) and send one note over USB or UART then it seems like some feedback loop occurs (with both LED's flashing wildly) that will only stop, by resetting one of both ESP's.
It looks like sending an output is recognized as input...
Is the code correct? Especially in the middle part with the USB.read?
Anyone any clues what might be wrong here?
Thank you very much!!
Raphael
Beta Was this translation helpful? Give feedback.
All reactions