-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error creating MQTTTask #13
Comments
It seems most likely that the configuration is correct but there is not enough memory available to run the ESP-IDF MQTT component which tries to create a Frertos task. You could try to reduce the mqtt_task_stack_size, re-arrange the memory size for other tasks you have, or try the same configuration with another board in order to increase the memory available to be able to create this necessary MQTT task. |
Thank you, i thought the same as well, just doesnt make sense. I have 260kb left .. will look into it. Thank you for your time. |
I can confirm that changing the task stack size makes 0 difference. I've tried various sizes, as low as |
Not exactly sure what the issue is. I have confirmed that the broker is online and functioning and even tested
PubSubClient
as a control, it worked fine.Any advise is appreciated. It seems that the MQTT task is failing.
The text was updated successfully, but these errors were encountered: