kmwebnet / ECC608-AzureDPS-Provision

Azure DPS auto provisioning test by ESP32 using ATECC608A IO Protection & MbedTLS
MIT License
2 stars 0 forks source link

missing files #1

Closed JAHTKELD closed 4 years ago

JAHTKELD commented 4 years ago

Hello.

I am trying to compile the project but it gives me errors that files are missing

Compiling .pio\build\esp32dev\src\port\hal_esp32_i2c.o src\port\agenttime_esp.c:19:36: fatal error: ../lwip/apps/sntp/sntp.h: No such file or directory compilation terminated. *** [.pio\build\esp32dev\src\port\agenttime_esp.o] Error 1

What is the problem? Thansk José

JAHTKELD commented 4 years ago

I have fix the problem.

At the agenttime_esp.c file you need to change.

include "../lwip/apps/sntp/sntp.h"

for #include "../lwip/lwip/src/include/lwip/apps/sntp.h"

It works. Thanks

kmwebnet commented 4 years ago

thank you. I corrected the include path.