You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: