Closed jclmnop closed 9 months ago
This is probably because I'm still on embassy executor 0.4 and you're using embassy executor 0.5.
I've published a new version v0.3.0, which uses embassy-executor v0.5.0. This should fix your problem. Please report back, if you still face any issues.
Thought I'd give this crate a go because it has built-in support for async tests with embassy.
However, I get a compile error even though I've enabled one of the
executor-thread
/executor-interrupt
features onembassy-executor
.The error:
Using an RP2040 with
embassy-rp
, not sure whether that's relevant or not though. Tried enabling just one of the executor features, disabling default features, etc, onembassy-executor
but same issue.I don't expect any help or a quick fix for this, it's probably some sort of mistake on my end. Just dropping an issue here so you're aware of it, just in case it is something on your end.