From 6b3c0867f66ca33a5c29f7f89ae8b5275932f805 Mon Sep 17 00:00:00 2001 From: Constantine d'Ribin Date: Sun, 25 Aug 2019 15:49:59 +0200 Subject: [PATCH] Issue: https://github.com/tanzilli/ablib/issues/9 Fixing w1path --- ablib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ablib.py b/ablib.py index 2990c76..157b10f 100644 --- a/ablib.py +++ b/ablib.py @@ -2502,7 +2502,7 @@ def pressed(self,keyid): #-------------------------------------------------------------- -w1path = "/sys/bus/w1/devices/w1 bus master" +w1path = "/sys/bus/w1/devices/w1_bus_master1" def w1buslist():