Skip to content
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

Open
3 tasks done
MarcelloDelDino opened this issue Dec 17, 2024 · 3 comments
Open
3 tasks done

ESP-MQTT Configuration not present in menuconfig (IDFGH-14248) #15044

MarcelloDelDino opened this issue Dec 17, 2024 · 3 comments
Labels
Status: Opened Issue is new

Comments

@MarcelloDelDino
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

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

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 17, 2024
@github-actions github-actions bot changed the title ESP-MQTT Configuration not present in menuconfig ESP-MQTT Configuration not present in menuconfig (IDFGH-14248) Dec 17, 2024
@nopnop2002
Copy link

nopnop2002 commented Dec 18, 2024

How can I activate that?

You can find ESP-MQTT configuration here.
This is a standard item for any project.

ESP-MQTT

@MarcelloDelDino
Copy link
Author

MarcelloDelDino commented Dec 19, 2024

On my project it will not show up, but I am using the sdkconfig.defaults from the iot reference project.
Additionally I updated to esp-idf v5.3.2, even after reconfigure and build it did not show up.
Bildschirmfoto 2024-12-19 um 08 17 33

For example on the iot reference project I can see the MQTT Configuration.
Bildschirmfoto 2024-12-19 um 08 33 27

Also I created a python script that compares two files and outputs any differences.
I compared as follows: file 1 = my project sdkconfig / file 2 iot reference example sdkconfig.
Before executing the script I deleted the build folder and sdkconofig file on both projects and did reconfigure + build.
Bildschirmfoto 2024-12-19 um 09 00 55

@nopnop2002
Copy link

nopnop2002 commented Dec 19, 2024

Do you have this file in your environment?

$ ls esp-idf/components/mqtt/esp-mqtt/Kconfig
esp-idf/components/mqtt/esp-mqtt/Kconfig

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 esp-mqtt@cac1552.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants