Skip to content
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

Libraries versions #4

Open
GlebDen opened this issue Aug 16, 2024 · 1 comment
Open

Libraries versions #4

GlebDen opened this issue Aug 16, 2024 · 1 comment

Comments

@GlebDen
Copy link

GlebDen commented Aug 16, 2024

Hello.
Is it possible to specify in comments versions and links to libraries that are used?
Because very often the code does not compile due to errors.
This code does not compile if ArduinoJson version => 7.x.x:
-StaticJsonDocument<256> doc;
+JsonDocument doc;

And I don't understand what is the version of HTTPClient.

@VolosR
Copy link
Owner

VolosR commented Aug 16, 2024

Sure i will add library versions to the begining of code. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants