Compil 1.26 Error I2C on Xiao Esp32s3 #17967
-
Hello I try to compil latest micropython version 1.26 (stable) on Xiao Esp32s3 (Chip is ESP32-S3 (QFN56) (revision v0.2)) This post look like Issue #17871 After compiling with no error,
flash with no error,
Could you confirm it's the same issue ? Tks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Using IDF 5.4 I see same library failure, but using IDF 5.4.2 works for me on release 1.26.0 |
Beta Was this translation helpful? Give feedback.
-
Yes! |
Beta Was this translation helpful? Give feedback.
Yes!
Many thanks ricksorensen Esp-idf 5.4.2 is the solution ...
So I suppose that's same with All Esp boards...
It would be good to update the README.md in ports/esp32
micropython 1.26 need ESP-IDF v5.4.2
tks