Increments to version 12
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/local/bin/python"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"file1": "flow-monitor.py"
|
||||
},
|
||||
"deviceName": "flowmonitor",
|
||||
"driverId": "0180",
|
||||
"releaseVersion": "11",
|
||||
"driverId": "0140",
|
||||
"releaseVersion": "12",
|
||||
"driverFileName": "flow-monitor.py"
|
||||
}
|
||||
2
device_base.py
Normal file
2
device_base.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class deviceBase(object):
|
||||
pass
|
||||
@@ -172,7 +172,7 @@ class start(threading.Thread, deviceBase):
|
||||
self.GPM_IGNORE_LIMIT = 1.0
|
||||
|
||||
self.daemon = True
|
||||
self.version = "11"
|
||||
self.version = "12"
|
||||
self.finished = threading.Event()
|
||||
threading.Thread.start(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user