Closed haarts closed 1 year ago
I just tried and can confirm this is indeed the issue.
(Tried by cloning the repo, changing the library.properties
and creating a zip of the entire lib and loading that into the Arduino IDE)
I can confirm this fix works in Arduino 2.0.3 (Fedora flatpak version) as tested in #13.
I am trying to upgrade the library from 0.0.2 to 0.0.4. But it fails to install in the IDE.
On the console of the Arduino IDE I see:
2023-01-12T19:49:23.290Z root ERROR Request listDependencies failed with error: 9 FAILED_PRECONDITION: No valid dependencies solution found: dependency 'ArduinoJSON' is not available
.I believe the name of the dependency is wrong and should be
ArduinoJson
?Arduino IDE version 2.0.3.