-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels