You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the latest micropython makes all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE (micropython/micropython@662b976), the gen_mpy.py must be modified to use MP_DEFINE_CONST_OBJ_TYPE. The mp_lv_obj_types is assumed to use items with a fixed length, which make it hard to migrate.