WLED 0.15.0 Disable Audioreactive

Good afternoon, colleagues.
With the release of version 0.15, WLED - Audioreactive has become a standard WLED feature.
without using Audioreactive, 10pin ws2812 was available to me, with the WLED 0.15.0 - 9pin WS2812.
I tried editing platformio.ini in VS Code to disable Audioreactive, but nothing worked for me.
I’m asking for help figuring out which lines of code need to be edited correctly.

Thanks

AR has some pins assigned by default as many use those. If you do not need AR, you can just set the pins to unused in usermod setup. no need to recompile.

dedehai, thank you very much. I’ll be testing it today.