-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when connecting to app #7
Comments
can you share the relevant code. What are you performing after connection? |
I tried to stay close to the navigation example, because i only need the navigation data for my project.
|
can you check the stack trace and decode with EspExceptionDecoder might be related to fbiego/esp32-c3-mini#14 |
If id add the Return, it connects without any crashes but I can´t get any notifications in the serial monitor.
Is this what you are looking for? |
Do you have any ideas how to fix this? I only need navigation directions and distance for my application so if you have an idea to isolate this functions and ignore the rest it would be okay for my use case. Thanks |
Did you try adding a return in ChronosESP32::sendESP() ? |
When i add the return the esp doesn´t crash. But i don´t get notifications in the serial monitor. |
The device works until it connects to the app after about 2 seconds it crashes with this message.
The text was updated successfully, but these errors were encountered: