Callbacks works once than stops #569
-
Hello, Again thank you for this library.. I am using a code based on one of the examples:
When uploaded, the monitor sees the first playback event but that is it. Would you have an idea on why that is? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you forgot to mention what ESP32 core version you are using and what exectly you are trying to do. In addition I could not reproduce your issue: Maybe you you need to describe the exact steps to reproduce it. I was hitting start and stop on my Android player application several times and I was receiving the expected events. So it might be also an issue with your Android application ? I was testing with ESP32 2.0.17! ps. Dont forget to set the log level to info, so that you can see what events you receive from your phone... |
Beta Was this translation helpful? Give feedback.
I think you forgot to mention what ESP32 core version you are using and what exectly you are trying to do.
Are you sure that you would not want to use this functionality ?
In addition I could not reproduce your issue: Maybe you you need to describe the exact steps to reproduce it. I was hitting start and stop on my Android player application several times and I was receiving the expected events. So it might be also an issue with your Android application ?
I was testing with ESP32 2.0.17!
ps. Dont forget to set the log level to info, so that you can see what events you receive from your phone...