We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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 <>
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: