X-Git-Url: http://git.smho.de/gw/?p=owTools.git;a=blobdiff_plain;f=src%2FowDevice.cpp;h=70fe96a829170978eef1c79e8208e903dda28523;hp=840a0b2ca0857d304fbc37568d8cc3f9b672e97b;hb=b7443fc3efef20028d61ee126c81fcfa1c613c9f;hpb=7968f686e3576bdb90a063998ec2718c074e0162 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; }