We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I learned from attending the MicroPython meetup that we might be able to remove the dependency on the base64 library, by using built in functions:
base64
The built-in base64 functions are binascii.b2a_base64 and binascii.a2b_base64
binascii.b2a_base64
binascii.a2b_base64
Try this out!