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` and `binascii.a2b_base64` Try this out!