Merge pull request #947 from huxueyang135/patch-2

Fix formatting of shell command in documentation
This commit is contained in:
Caize Wu
2026-04-24 14:21:43 +08:00
committed by GitHub

View File

@@ -314,7 +314,7 @@ arecord -Dhw:0,0 -d 3 -r 48000 -f S16_LE -t wav test.wav & > /dev/null &
### 播放
```shell
./aplay -D hw:1,0 -f S16_LE test.wav
aplay -D hw:1,0 -f S16_LE test.wav
```
## GPIO