-
Updated a ESP32-S2 to 1.21 firmware, and my previous CRC calc code ceased working. there was a small
Just wondering, is this function removed from 1.21.0 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The code generation decorators ( The native decorator definitely still works in v1.21. I just tested it on an S2. Can you share the code you're using? |
Beta Was this translation helpful? Give feedback.
The common thing to do here is to write a micropython.py that you use with CPython (but don't copy it to your device) that contains dummy decorators.