QUERY · ISSUE
umqtt not being built locally for esp32
port-esp32
I am building micropython master locally and then flashing it to my esp32, however no umqtt module exists.
ImportError: no module named 'umqtt'
Build Command
cd ports/esp32
. ~/Documents/code/esp-idf/export.sh
https://github.com/micropython/micropython/issues/7185 seems to address the issue for the pre-built binaries but I am looking to make sure it is included in locally built binaries.
CANDIDATE · ISSUE
[ESP32]urequests, umqtt not existed in esp32-20210418-v1.15.bin
port-esp32
The urequests module is not found in esp32-20210418-v1.15.bin firmware.
