Cant compile usermods

In 15b4 i can not compile any usermods, i got only “Usermods configuration not found.”. This is my override section:

[env:esp32dev_sound_BH]
board = esp32dev
extends = env:esp32dev
-D USERMOD_AUDIOREACTIVE
-D WLED_DISABLE_ALEXA
-D WLED_DISABLE_BLYNK
-D WLED_DISABLE_CRONIXIE
-D WLED_DISABLE_HUESYNC
-D WLED_DISABLE_INFRARED
-D WLED_DISABLE_LOXONE
-D USERMOD_BH1750
-D WLED_RELEASE_NAME=esp32dev_sound_BH
-UWLED_USE_MY_CONFIG
lib_deps = ${esp32.lib_deps}
claws/BH1750 @ ^1.2.0
OneWire@~2.3.5
GitHub - kosme/arduinoFFT: Fast Fourier Transform for Arduino

Is also get always the same binary - no matter if use the usermod or not. Is there any issue with that version?

Thanks,
Tom

your override is wrong
you need build_flags tor precede actual flags

1 Like

Right! Thank you!