You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
github-actionsbot
changed the title
ESP-MQTT Configuration not present in menuconfig
ESP-MQTT Configuration not present in menuconfig (IDFGH-14248)
Dec 17, 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.
For example on the iot reference project I can see the MQTT Configuration.
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.
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: