FC10 esp32 wifi compilation error

Post and discuss new components that you have created.
Post Reply
JanOudsdoorn
Posts: 1
http://meble-kuchenne.info.pl
Joined: Fri Dec 11, 2020 7:13 am

Flowcode v10 FC10 esp32 wifi compilation error

Post by JanOudsdoorn »

Hello, we are unable to compile a basic ESP32 webserver project due to CAL component errors.
We updated all the library files. And used the latest version of esp-idf as well as the older version 4.1.4, but the error remains.
Our target is the ESP32_WROOM_32.
We get lots of ‘deprecated’ warnings. And a fatal error from within ESP_CAL_WIFI.c component:
In file included from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\includes.c:53,
from C:/Projects/2023002_Test_ESP32/examples/ESP32_Server_Example/main/esp-project.c:363:
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_WIFI.c:48:10: fatal error: tcpip_adapter.h: No such file or directory
48 | #include "tcpip_adapter.h"
Could you support us to solve this problem?

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: FC10 esp32 wifi compilation error

Post by BenR »

Hello,

Sorry for lack of a reply, please could you attach your program and also the msg.txt file so we can diagnose and replicate.

Post Reply