Compile error
rouhu opened this issue · 2 comments
rouhu commented
I installed the library in Arduino IDE 1.6.4 but compiler gives error:
avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
^
compilation terminated.
Error compiling.
Thanks for suggestions, Timo
rouhu commented
I removed the avr from "#include <pgmspace.h>" in Base64.cpp and it compiled.
mjhammel commented
This is old but still a problem. Here is a patch for it.
arduino-base64-pgmspace.patch.txt