Volsimpleequal and /boot/config.txt

Hi balbuze! every time I install Volsimpleequal in dev mode (I suppose that from Volumio too), it overwrites the DAC configuration in /boot/config.txt
It is not a problem that the line:

Volumio i2s setting below: do not alter

dtoverlay = allo-boss-dac-pcm512x-audio

it duplicates every time, but it erases the configuration of the remote control:

remote pin17

dtoverlay = lirc-rpi, gpio_in_pin = 17

It is not serious, but it is a detail.

Hi Daniel,
The line may be duplicated if you enable/disable the plugin several times.
This is something that needs to be fixed.
But I’m surprised the other line is removed.
The plugin itself does not write in the config.txt file.
When it starts, it save this file. Then set a loopback device as output in volumio. Volumio remove the dtoverlay for the boss (in your case). Then the plugin restores the previously saved file for the next boot.
Needs investigation…
What is your device and DAC?
Regards.

Maybe this happens when I install a new dev version of Volumio …
I will be attentive in the next update.
My system: Rasp 3 + Allo Boss, last Volumio dev version.

Indeed, updates do not properly preserve config.txt

Thanks!