Description
What happened?
When i'm trying to compile WLED usermods are not included in the firmware.
To Reproduce Bug
If i clone the repository and try to build it like it is it will compile good with audioreactive. But if i add for example Temperature usermod and compile it again it will add Temperature usermod but it will not include audioreactive.
Then if i remove again Temperature it will not include any usermod anymore. I tried to delete .buildcache, .pio but no luck. Searching for string in the firmware file first compile it shows me about audioreactive, second about the Temperature and the third compile it will not find anything about any usermod.
Also even adding ${common.debug_flags} it will not change anything, the firmware will not be recompiled
Expected Behavior
It should add the usermods i set to custom_usermods in platformio.ini. And also recompile if anything changes in platformio.ini.
Install Method
Self-Compiled
What version of WLED?
Nightly Release 20250316 0.16.0
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct