I can’t make Arduino IDE to recognize this library.
It keeps saying the file does not exist, but it is there in the Library folder.
What should I do?
Note: IMGUR does not accept sign up from Indonesia.
Hi Sara, wow now you impressed me! So fast response, thanks!!
The error message I get is:
Arduino: 1.8.19 (Mac OS X), Board: “NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200”
18:12: fatal error: ESPAsyncTCP.h: No such file or directory
18 | #include <ESPAsyncTCP.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ESPAsyncTCP.h: No such file or directory
But I downloaded the .h file from GitHub and saved it to the library folder in the Sketch location…
File name is correct, format is also correct, what could be the issue?
Thanks,
Jayme
Hi again.
Try including the library as follows:
Go to Sketch > Include Library > Add .ZIP library and select the library you just downloaded.
Regards,
Sara
Hello Sara, I deleted everything and did it all again, carefuly 🙂
And problem solved, thanks a lot for your help!
BR,
JaymeÂ
Great.
I’ll mark this issue as resolved. If you need further help, you just need to open a new question in our forum.
Regards,
Sara