-->
Page 1 of 1

Arduino libraries for Base 64 broken already in the examples

PostPosted: Sun Aug 02, 2020 12:51 pm
by RIN67630
The library Base64
Base64 decode example
by Arturo Guadalupi
does not compile for an ESP8266.
Code: Select allexit status 1
'Base64' was not declared in this scope


SameSame with the "Base64Codec" library
Code: Select allexit status 1
'BASE64' has not been declared


Both examples do compile flawlessly for an Arduino.