MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
uos has no attribute 'dupterm'
The origin uos module has uos.dupterm(stream_object, index=0):
https://docs.micropython.org/en/latest/library/uos.html#uos.dupterm
This is missing in LoBo Firmware :(
The dupterm module does not exist. It's functionality is replaced with some other functions.
I'll try to document it in more detailes soon.
Does this documentation already exist? any clues to replace this functionality.
Hi @loboris, is there any update regarding the uos dupterm function replacement?
He abandoned the project, no new commits have been made for years.