From 655f9f39b865b799e78afff5ebdbce172d1eaf0b Mon Sep 17 00:00:00 2001 From: idotj Date: Thu, 23 May 2024 10:49:34 +0200 Subject: [PATCH] Fix path for Bookworm Fix path for config.txt changes in Bookworm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76de49..b203332 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ And if you're using a PMS5003 sensor you will need to: * Enable serial: `raspi-config nonint do_serial_hw 0` * Disable serial terminal: `raspi-config nonint do_serial_cons 1` -* Add `dtoverlay=pi3-miniuart-bt` to your `/boot/config.txt` +* Add `dtoverlay=pi3-miniuart-bt` to your `/boot/firmware/config.txt` ### Bullseye