Is there a version of UIFlow2.0 StickC Plus2 that works with ulap?
-
Hello, I'm an M5 Stick PLUS2 user.
I'm using Python in the UIFlow2 development environment.
I'm trying to use the ulap function provided by MicroPython,
but I'm getting a compilation error because the latest version, UIFlow2.0 StickC Plus2 v2.4.2, doesn't include the ulap function.
There are several versions of UIFlow2.0 StickC Plus2. Is there a version that supports ulap?import ulab.numpy as np
import ulabI tried adding it in two ways. Please let me know if there's anything wrong.