All Questions
1 question
0
votes
2
answers
210
views
base64 library for circuitpython on SEEED Xiao ESP32-C3
I'm trying to import base64 on the SEEED Xiao ESP32-C3 which is running circuitpython version 8 beta 6. However, when I use import base64 or import ubase64 I see the error ImportError: no module named ...