-
Trying to make a firmware for ESP32-s2 board from WEMOS, but it always fails. I am using micropython and docs from this page https://github.com/wemos/micropython/tree/master/ports/esp32
I`m wondering what can be the reason of the error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Maybe you forgot |
Beta Was this translation helpful? Give feedback.
Maybe you forgot
git submodule update --init
in the micropython clone ?I found it also sometimes useful to do a
git submodule sync
before theupdate --init
.