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
The following code does not work with the latest version 7.4.1
if (jsonDoc["pin"].is<uint8_t>() == true) { relayConfig.pin = jsonDoc[F("pin")]; }
Environment Here is the environment that I used:
The text was updated successfully, but these errors were encountered:
Hi @enjoyneering,
Thank you for reporting this issue.
However, I could not reproduce it. See online demo: https://wandbox.org/permlink/2dYfj8erK4q8xKR5
Could you provide an MCVE?
Best regards, Benoit
Sorry, something went wrong.
No branches or pull requests
The following code does not work with the latest version 7.4.1
Environment
Here is the environment that I used:
The text was updated successfully, but these errors were encountered: