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
Originally reported by: Paweł Fiedor (Bitbucket: PawelFiedor, GitHub: PawelFiedor)
Found sollution. Need to replace bool _mqttForward = !mqttGetter.equals(mqttSetter); by _mqttForward = !mqttGetter.equals(mqttSetter);
in mqtt.ino
The text was updated successfully, but these errors were encountered:
Good catch! Thank you. Changed in dev, will be released soon.
Sorry, something went wrong.
Released with 1.7.0
Removing milestone: 1.7.0 (automated comment)
Issue #115. Removed local declaration of _mqttForward variable
67546d1
No branches or pull requests
Originally reported by: Paweł Fiedor (Bitbucket: PawelFiedor, GitHub: PawelFiedor)
Found sollution.
Need to replace
bool _mqttForward = !mqttGetter.equals(mqttSetter);
by
_mqttForward = !mqttGetter.equals(mqttSetter);
in mqtt.ino
The text was updated successfully, but these errors were encountered: