Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too): Attempt to compile the animated_gif example
The AnimatedGIF library was recently changed to accept const char in AnimatedGIF::open(...)
I don't do any serious arduino development so I don't know if there's a good way to pin version of these kinds of libraries. Pull request incoming for this issue.
The AnimatedGIF library was recently changed to accept
const char
in AnimatedGIF::open(...)I don't do any serious arduino development so I don't know if there's a good way to pin version of these kinds of libraries. Pull request incoming for this issue.