If I change to non---release (wanted to see the symbols in the stack trace), All is Fine.
I presume this is caused by inclusion of embassy-sync - I didn't change other dependencies, today.
Don't have a Minimal Repo, but my source is available here - note the tof branch.
Steps
git clone git@github.com:lure23/Zoo-ESP32_Cx.git
$ cd Zoo-*
$ git checkout tof
Read the README at the top and tof levels.
This is likely beyond anyone wants to do, to repeat the problem. You'd need to set up tools, bring in vendor C sources... Oh, and you need VL53L5CX hardware! 🫠🎈🎈
I started using the new Watch functionality today. Unfortunately, haven't been able to see it work in release builds, yet. This happens:
If I change to non-
--release
(wanted to see the symbols in the stack trace), All is Fine.I presume this is caused by inclusion of
embassy-sync
- I didn't change other dependencies, today.Don't have a Minimal Repo, but my source is available here - note the
tof
branch.Steps
git clone git@github.com:lure23/Zoo-ESP32_Cx.git
Read the
README
at the top andtof
levels.This is likely beyond anyone wants to do, to repeat the problem. You'd need to set up tools, bring in vendor C sources... Oh, and you need VL53L5CX hardware! 🫠🎈🎈
_
Expected
The program runs and presents some results.
Actual
Above pasted exception.
Further info
That works.