Skip to content
Snippets Groups Projects
Commit 2598ad08 authored by Your Name's avatar Your Name
Browse files

hacky fix for A2

parent bba13523
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class HEVServer(object):
# let broadcast thread know there is data to send
with self._dvlock:
self._datavalid.set()
elif payload_type == PAYLOAD_TYPE.DATA:
elif payload_type in [1,2,3,4] :
# pass data to db
with self._dblock:
self._values = payload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment