OWX_ASYNC: increase version to 5.9, unset debug-logging

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6293 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-07-21 21:23:22 +00:00
parent 8021aca42b
commit 5b788ac703

View File

@@ -127,9 +127,9 @@ my %attrs = (
);
#-- some globals needed for the 1-Wire module
$owx_async_version=5.8;
$owx_async_version=5.9;
#-- Debugging 0,1,2,3
$owx_async_debug=3;
$owx_async_debug=0;
########################################################################################
#