espsoftwareserial
espsoftwareserial copied to clipboard
fatal error: EspSoftwareSerial.h: No such file or directory
When compiling the code it gives me the following error:
"fatal error: EspSoftwareSerial.h: No such file or directory"
I installed version 8.1.0 from the Arduino IDE and when compiling it does not find the file.
It is the same error that the "SoftwareSerial.h" library gave me
Hi.
Don't know if that could help, but in my sketch the declaration is like that :
#include "SoftwareSerial.h"
Not EspSofwareSerial; and whith "" not <>