pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
199 stars 167 forks source link

v1.20.0.rc7: Enabling OrderedDict feature; fails to compile #273

Closed brotherdust closed 5 years ago

brotherdust commented 5 years ago

Thank you!

robert-hh commented 5 years ago

You have to run: make clean first. Then the QSTR table will be rebuilt, and MP_QSTR_OrderedDict is known. That I a common pitfall when changing mpconfigport.h.

brotherdust commented 5 years ago

You. Freaking. Rock. Thank you!