-
Notifications
You must be signed in to change notification settings - Fork 72
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
SMLReader can’t be compiled – Revision required for compatibility w/ most current Espressif software stack #70
Comments
Try with |
Tried [email protected] on PlatformIO Core, version 6.1.17. Still no success. The main errors – among many smaller ones – are probably these two:
and
Full compiler output
|
Try with my fork https://github.com/geronet1/SMLReader |
Okay, just sticking AsyncTCP to 1.2.2 in addition to the platform was not sufficient, had to also stick the MQTT lib to 0.9.0 as in your fork.
Successfully compiled a binary now. |
We are trying to compile SMLReader with a 9600 baud, 7E1 setting. Started with a clean installation of Platform.IO.
Unfortunately the compiler throws a barrage of errors. In particular the Espressif platform no longer exists/isn’t up-to-date. The project requires espressif8266@^2.4.2, so version 2.4.2 or higher. 2.4.2 is no longer available. The last 2.x release is 2.6.3 which leads to many compilation errors. Using the current version 4.2.1 results in thousand of errors.
Unless we are missing something, SMLReader needs to updated/revised in order to work with the most current Espressif software stack.
The text was updated successfully, but these errors were encountered: