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
I am using ESP32-S3 and ESP-IDF4.4.2, but there was an error during compilation: #define TYPE_HAS_ITERNEXT(type) (type->flags & (MP_TYPE_FLAG_ITER_IS_ITERNEXT | MP_TYPE_FLAG_ITER_IS_CUSTOM | MP_TYPE_FLAG_ITER_IS_STREAM))
I think it should be caused by an incompatible version of MicroPython. May I ask which version of MicroPython you are using?
Or, how should I modify it for version 1.19?
The text was updated successfully, but these errors were encountered:
I am using ESP32-S3 and ESP-IDF4.4.2, but there was an error during compilation:
#define TYPE_HAS_ITERNEXT(type) (type->flags & (MP_TYPE_FLAG_ITER_IS_ITERNEXT | MP_TYPE_FLAG_ITER_IS_CUSTOM | MP_TYPE_FLAG_ITER_IS_STREAM))
I think it should be caused by an incompatible version of MicroPython. May I ask which version of MicroPython you are using?
Or, how should I modify it for version 1.19?
The text was updated successfully, but these errors were encountered: