From b7443fc3efef20028d61ee126c81fcfa1c613c9f Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 21 Feb 2017 21:27:04 +0100 Subject: [PATCH] defaultconfig of DS2438 --- src/owDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/owDevice.cpp b/src/owDevice.cpp index 840a0b2..70fe96a 100755 --- a/src/owDevice.cpp +++ b/src/owDevice.cpp @@ -236,7 +236,7 @@ int owDeviceDS18B20::convertAll() { void owDeviceDS2438::setDefaultConfig() { - config->setConfig({1,6, 6,8, 4,7, 7,17, 0,2,3,12,4,0,0,0,0,0,0,0,0,0,0,0}); + config->setConfig({1,6, 6,8, 4,7, 6,17, 0,2,3,12,4,0,0,0,0,0,0,0,0,0,0,0}); configstate=OWDCS_DEFAULT; } -- 2.34.1