paperdink / PaperdInk-Library

Arduino Library to interact with Paperd.Ink
MIT License
21 stars 8 forks source link

Rename dependency ArduinoJSON to ArduinoJson #12

Closed haarts closed 1 year ago

haarts commented 1 year ago

This naming mismatch prevented the library from installing in the Arduino IDE.

Fixes #11

haarts commented 1 year ago

You probably need to bump the version to 0.0.5 too.

cimm commented 1 year ago

@rgujju Thanks for merging! Could you please also bump the version? Not sure how this works but the Arduino 2.0.3 IDE still shows version 0.0.4.

ide

cimm commented 1 year ago

Version 0.0.5 is now available in the library repository. I tested the library in Arduino 2.0.3, and it works as expected! Thanks to @haarts and @rgujju.