Open rouhu opened 9 years ago
I installed the library in Arduino IDE 1.6.4 but compiler gives error: avr/pgmspace.h: No such file or directory
^
compilation terminated. Error compiling.
Thanks for suggestions, Timo
I removed the avr from "#include " in Base64.cpp and it compiled.
This is old but still a problem. Here is a patch for it. arduino-base64-pgmspace.patch.txt
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