We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da2b16 commit 6eef1f1Copy full SHA for 6eef1f1
plantower/plantower.py
@@ -13,7 +13,7 @@
13
DEFAULT_SERIAL_TIMEOUT = 2 # Serial timeout to use if not specified
14
DEFAULT_READ_TIMEOUT = 1 #How long to sit looking for the correct character sequence.
15
16
-DEFAULT_LOGGING_LEVEL = logging.DEBUG
+DEFAULT_LOGGING_LEVEL = logging.WARN
17
18
MSG_CHAR_1 = b'\x42' # First character to be recieved in a valid packet
19
MSG_CHAR_2 = b'\x4d' # Second character to be recieved in a valid packet
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="plantower",
8
- version="0.0.1",
+ version="0.0.2",
9
author="Philip Basford",
10
author_email="[email protected]",
11
description="An interface for plantower particulate matter sensors",
0 commit comments