Updates version number to 4 after error trapping

This commit is contained in:
Patrick McDonagh
2016-09-09 16:45:27 -05:00
parent d9460554ff
commit 93da65f4cf
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"driverFileName":"ipp.py", "driverFileName":"ipp.py",
"deviceName":"ipp", "deviceName":"ipp",
"driverId":"0090", "driverId":"0090",
"releaseVersion":"3", "releaseVersion":"4",
"files": { "files": {
"file1":"ipp.py", "file1":"ipp.py",
"file2":"micro800.py" "file2":"micro800.py"

View File

@@ -8,7 +8,7 @@ import micro800 as u800
addr = '10.20.4.5' addr = '10.20.4.5'
channels = {} channels = {}
version = "3" version = "4"
e300_current = { e300_current = {