ESP32 Wroom_32 Wlan compile to hex problem

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
stefan.erni
Valued Contributor
Posts: 760
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

ESP32 Wroom_32 Wlan compile to hex problem

Post by stefan.erni »

Hi to All

It's a small program, just one macro, to test WIFI, but it's not compiling to hex

Snag_60070cb.png
Snag_60070cb.png (48.63 KiB) Viewed 80 times
Wlan32.fcfx
(9.9 KiB) Downloaded 14 times

medelec35
Matrix Staff
Posts: 1457
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 513 times
Been thanked: 473 times

Re: ESP32 Wroom_32 Wlan compile to hex problem

Post by medelec35 »

Hi Stefan.
You project compiles OK for me.
I have look into this and there are two things to try
Can you try Ben's suggestion here.

I have found for some reason that if using idf v5.1.3 version then there is an error with Wlan.
If using 5.1 release version then there is no compile error when using Wlan component.

There is a way to tell when compiling.
If your compiler messages shows
IDF Version: v5.1.3-467-gc686e23038 ...
then you are using the 5.1 release version so there should not be a compile issue.
If just IDF Version: v5.1.3 without -467-gc686e23038 is shown, then project will fail to compile if using Wlan as the 5.1.3 version has been installed.
Martin

stefan.erni
Valued Contributor
Posts: 760
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

Re: ESP32 Wroom_32 Wlan compile to hex problem

Post by stefan.erni »

Hi Martin

Thank you for testing my program.
I will try with another IDF version.

Special is, that wlan and realtime clock works with the ESP32 S3.

Post Reply