Marvin Ewald
Marvin Ewald
Yes, because a test file is not an addon, hence you will get errors.
I think the can of worms is already open and it's time to put the worms back and close the lid. `addons/` is for addons, not for tests. Tests belong...
Renamed `GutContext` -> `GutMain`, even though I think `MuscularHollowOrganInUpperGastrointestinalTract` is a much better name. Regarding your rant: You're right that "internal issue" is not correct. It's apparently more like a...
Can confirm this issue still exists. Tested with the "switch" and "led_light" example project and both fail with `wifi_prov_mgr` related errors. There are no custom configurations, just the defaults. After...
It works with ESP-IDF `5.2` and `5.2.1`, so the problem appeared somewhere in `5.2.2`.
The wifi_prov_mgr example fails with the same error on 5.2.2 but works with 5.2.1. So I guess this is an ESP-IDF bug, not a RainMaker bug.
[sdkconfig_5.2.1.txt](https://github.com/user-attachments/files/16105895/sdkconfig_5.2.1.txt) [sdkconfig_5.2.2.txt](https://github.com/user-attachments/files/16105896/sdkconfig_5.2.2.txt)
Yes, there are some modified files. Here is a `git status` and `git diff`: [diff.txt](https://github.com/user-attachments/files/16106863/diff.txt)
Thanks, I will try on Monday and report back.
Indeed it works fine with latest `master`. Thanks!