QUERY · ISSUE
Pyboard D build does not include btree
port-stm32
The MICROPY_PY_BTREE option is specified for ESP8266 and ESP32, but not for the Pyboard D. Is this intentional?
CANDIDATE · ISSUE
could not import btree module in Pyboard Micropythopn 1.9.4
When I try to import 'btree' module in micropython version - 1.9.4,
I get import error stating 'No Module named 'btree''
What am I missing