diff options
Diffstat (limited to 'klippy/extras/ds18b20.py')
-rw-r--r-- | klippy/extras/ds18b20.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/ds18b20.py b/klippy/extras/ds18b20.py index e9c52fde..30750fd8 100644 --- a/klippy/extras/ds18b20.py +++ b/klippy/extras/ds18b20.py @@ -4,6 +4,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging + import mcu DS18_REPORT_TIME = 3.0 |