Add Pi 3 serial baud rate fix instructions

This commit is contained in:
2026-03-13 20:14:14 -06:00
parent dee45e5eae
commit 44e53f19b5

View File

@@ -215,6 +215,12 @@ Append to `config.txt`:
enable_uart=1 enable_uart=1
``` ```
On Raspberry Pi 3's you'll also need to append:
```
core_freq=250
```
Optionally set up a cronjob: Optionally set up a cronjob:
``` ```