mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-02 16:50:43 +00:00
we should only load one module once. if we load one module twice, python will regard the same object loaded in the first time and second time as different objects. it will lead to strange errors like `isinstance(object, type_of_this_object)` return False