Skip to content

Investigate replacing base64 dependency with builtin code. #40

Open
@simonprickett

Description

@simonprickett

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions