Compare commits

..

1 Commits

Author SHA1 Message Date
44e53f19b5 Add Pi 3 serial baud rate fix instructions 2026-03-13 20:14:14 -06:00

View File

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