VolosR / tDisplayS3WeatherStation

93 stars 11 forks source link

Libraries versions #4

Open GlebDen opened 2 months ago

GlebDen commented 2 months ago

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 commented 2 months ago

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