adamvr/arduino-base64

Compile error

rouhu opened this issue · 2 comments

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

I removed the avr from "#include <pgmspace.h>" in Base64.cpp and it compiled.

This is old but still a problem. Here is a patch for it.
arduino-base64-pgmspace.patch.txt