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: add umqtt package
port-esp32
Is it possible to include the uqmtt package (simple & robust) in the list of built-in modules? The ESP8266 builds include umqtt. This change would eliminate the step of installing umqtt into the ESP32 uPy filesystem from micropython-lib.
thanks!