We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
simonprickett
No branches or pull requests
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:Try this out!
The text was updated successfully, but these errors were encountered: