aboutsummaryrefslogtreecommitdiff
tag namev1.19.1 (db29125a994dfe4f746d44f497db260b46155166)
tag date2022-06-17 12:58:09 +1000
tagged byDamien George <damien@micropython.org>
tagged objectcommit 9b486340da...
Bug fix for esp32 SoftI2C
This is a bug fix release. The changes are: - extmod/machine_i2c: only use WRITE1 option if transfer supports it This fixes the machine.SoftI2C.readfrom_mem() method on esp32, so it writes the address to read from.