-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Error in SoftwareSerial during compiling #23
Comments
Hi I have a similar problem compiling the code and I don't know how to solve it, I would appreciate any help to be able to use it in two goodwe inverters.
|
If you change your board manager model version to 2.4.2 it works |
I am currently testing a fix for this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling the latest master I get the following error for the
SoftwareSerial
dependency:I am using the latest version of the Arduino IDE (1.8.10), as well as all dependent libraries mentioned in the README.
As you can see, the version of the
SoftwareSerial
library that is used is part of 2.5.2 of the esp8266 package. Compiling an older commit does work, for example, this fork.The text was updated successfully, but these errors were encountered: