Hello,
I just upgrade the firmware of my wipy 3 to Pycom MicroPython 1.20.2.rc6
and now i have the error : 'UART' object has no attribute 'readall'
Wipy3 with most recent firmware.
uart.readall()
returns AttributeError: 'UART' object has no attribute 'readall'
This is pretty crazy, since it is a documented function that has always been supported: https://docs.pycom.io/firmwareapi/pycom/machine/uart.html
readall is used into serial.py .
what can i do to bypass this error please ?
thanks.