-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
ESP-MQTT Configuration not present in menuconfig (IDFGH-14248) #15044
Comments
Do you have this file in your environment?
If the file does not exist, the following components may not have been cloned completely: https://github.com/espressif/esp-idf/tree/master/components/mqtt This file is included in |
Yes, I do have this in my environment.
|
This seems like a vscode specific issue. If possible, use vanilla esp-idf on bash.
|
On the shared screenshots I was doing that. Also I deleted the esp-idf installation completely and installed it manually according to the getting started guide. |
Yes, that's correct. What version of esp-idf did you install? Did you disable [. esp-idf/export.sh] before installing? |
I did that now by restarting the computer, deleting the IDF-PATH and tools. I created another project as well, which has nothing to do with the other one, there I can see the ESP-MQTT Configuration on idf.py menunconfig. Even though it is not using MQTT at all. |
Answers checklist.
General issue report
Hi Team,
I am trying to implement the esp-iot-aws reference example working for my existing project.
https://github.com/FreeRTOS/iot-reference-esp32
That project worked alredy fine on my Board.
Unfortunately, it is crashing with my existing project and the implemented blocks from the reference.
By comparing my sdkconfig file with the one from the reference example I saw that "ESP-MQTT Configuration" is missing.
The rest is identical (Except the Thing Name obviously).
That configuration will not be shown on idf.py menuconfig -> Component config.
How can I activate that?
Best regards,
Marcel
ESP-IDF v5.3.1-dirty
VSCode 1.96.0
MacBook Air M2
The text was updated successfully, but these errors were encountered: