From 07e7d564073345074da56f7cb07cb78ef006d850 Mon Sep 17 00:00:00 2001 From: Daniel Anner Date: Tue, 31 Jul 2018 16:43:24 -0400 Subject: [PATCH] Update README.md command was invalid Originally:
dmesg | grep w1-gpip
Suggested:
dmesg | grep w1-gpio
--- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c6bb57..0e32f2a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Start by adding the following line to /boot/config.txt
dtoverlay=w1-gpio
After rebooting, you can check if the OneWire device was found properly with -
dmesg | grep w1-gpip
+
dmesg | grep w1-gpio
You should see something like
[    3.030368] w1-gpio onewire@0: gpio pin 4, external pullup pin -1, parasitic power 0
@@ -201,4 +201,4 @@ You just need to add the following section: - gcodeviewer - terminal - plugin_enclosure - \ No newline at end of file +