Add info for larger buffer size

This commit is contained in:
Your Name 2021-08-01 23:55:43 +01:00
parent fb5da5fa82
commit d4408ed005

View File

@ -7,4 +7,7 @@ ln -s /etc/sv/fake-hwclock/ /var/service/
# Enable SPI
echo 'dtparam=spi=on' >>/boot/config.txt
# Allow big buf for SPI
echo 'options spidev bufsiz=65536' > /etc/modprobe.d/spidev.conf
----