Arduino libraries for Base 64 broken already in the examples
Posted: Sun Aug 02, 2020 12:51 pm
The library Base64
Base64 decode example
by Arturo Guadalupi
does not compile for an ESP8266.
SameSame with the "Base64Codec" library
Both examples do compile flawlessly for an Arduino.
Base64 decode example
by Arturo Guadalupi
does not compile for an ESP8266.
Code: Select all
exit status 1
'Base64' was not declared in this scope
SameSame with the "Base64Codec" library
Code: Select all
exit status 1
'BASE64' has not been declared
Both examples do compile flawlessly for an Arduino.