We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec2106 commit 7d2139bCopy full SHA for 7d2139b
README.md
@@ -118,12 +118,11 @@ reload the SSH daemon: `sudo systemctl reload sshd`.
118
Then install the audio driver according to these instructions:
119
https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-usage
120
121
-Next set up libnfc and audio for the pi user:
+Next set up libnfc:
122
123
```bash
124
sudo apt install libnfc6
125
sudo raspi-config nonint do_spi 0
126
-sudo usermod -a -G audio pi
127
```
128
129
Now you just have to configure the NFC device. Do so by editing `/etc/nfc/libnfc.conf` and modify the last two lines:
0 commit comments