-
Notifications
You must be signed in to change notification settings - Fork 31
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
Guru Meditation Error of type LoadProhibited occurred on core 1 #1
Comments
Thanks for reporting this! I found some issues regarding some strings beeing NULL in the underlying library. I released a new version that should resolve it. Can you give it a test? |
@256dpi Thank you very much! I tested it again and now it's fully working. I'm closing this issue since it's resolved. |
I have the same error with the OTA example... anyone can help ? |
Can you share the code? |
@eldadwasserman First, make sure you have pulled the latest commits. Go to |
I wanted to run a simple test of esp-mqtt library on a NodeMCU-ESP32 board. My code is largely based on
wifi scan
example in esp-idf. It tries to connect to an specified AP and after getting an IP, it attempts to connect to a mqtt broker and publish a message to a specific topic. But as soon as it wants to connect to mqtt broker, the chip gets rebooted and this scenario repeats again and again. Here is the code and the following is the monitor log:The text was updated successfully, but these errors were encountered: