Investigate replacing base64 dependency with builtin code.
simonprickett opened this issue · comments
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:
The built-in base64 functions are
binascii.b2a_base64
andbinascii.a2b_base64
Try this out!