I have a question about assigning a piece of code to control the PWM output for a fan.
I have the Argon mini fan. And the instructions say that I have to add it via the config file. So via Putty I executed the following commands:
sudo nano /boot/config.txt
dtoverlay=gipio-fan,gpiopin=18,temp=55000
For the check I removed the SD card from the Pi and checked the config.txt file on my PC. But now I see the following:
### DO NOT EDIT THIS FILE ###
### APPLY CUSTOM PARAMETERS TO userconfig.txt ###
initramfs volumio.initrd
gpu_mem=128
gpu_mem_256=32
gpu_mem_512=32
gpu_mem_1024=128
max_usb_current=1
[pi5]
usb_max_current_enable=1
[all]
include volumioconfig.txt
include userconfig.txt
#### Volumio i2s setting below: do not alter ####
dtoverlay=
gpio-fan,gpiopin=18,temp=55000
Did I put this in the wrong folder and should it be moved to the userconfig? Or what happens if I leave it?