On the build web server course with esp32
In page 152 whe need to add espasuncwebserver and asynctcp lib.
It’s done and i have them in the platform io
https://imgur.com/a/6JdG2Ry
but my include are reconized as error and i dont know how to fix this.
https://imgur.com/2S5iHq8
Thx in advance for sharing
Hi.
Have you tried to compile the code?
Sometimes, it only recognizes the libraries after compiling the code.
Do you get any errors when trying to compile? Please, share them.
Regards,
Sara
Thx it was because i had multiple project on the work space and the library was not on the first one.
Dont know if this is understandable but anyway i did resolve the problem thx.