Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to port on MicroPython 1.19 failed #19

Open
Mars-CN opened this issue Sep 4, 2023 · 1 comment
Open

Attempt to port on MicroPython 1.19 failed #19

Mars-CN opened this issue Sep 4, 2023 · 1 comment

Comments

@Mars-CN
Copy link

Mars-CN commented Sep 4, 2023

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?

@spatialdude
Copy link
Owner

@Mars-CN Please try the latest v0.1.4 code, it should resolve the issues with the latest version of micropython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants