QUERY · ISSUE
Motor doesn't work under idf 4.2.2 + micropython 1.18
bugport-esp32
I build the esp32-micropython which is based v1.18 with the idf-4.2.2, It's worked well for led, except the motor.
But when I use the micropython master branch with the idf-4.4.1.All is right.
1、Is there any konwn reason about this?
2、Is the master branch is a statable branch ? May I use this branch?
CANDIDATE · ISSUE
ESP32: Can not build MicroPython with examples C modules.
docs
pc@ubuntu:~/micropython/ports/esp32$ idf.py --version
ESP-IDF v4.2.2-531-g19cca42b1f
pc@ubuntu:~/micropython/ports/esp32$ git branch
...
* master
...
...