adjusted scaling of power range

git-svn-id: http://moon:8086/svn/projects/HendiControl@223 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-04-03 19:59:22 +00:00
parent f8b1a9ab8c
commit c036487faa
+1 -1
View File
@@ -21,7 +21,7 @@ class HendiCtrl():
"pwr_watts_min" : 500, "pwr_watts_min" : 500,
"pwr_watts_max" : 3500, "pwr_watts_max" : 3500,
"pwr_digits_min" : 4095, "pwr_digits_min" : 4095,
"pwr_digits_max" : 0 "pwr_digits_max" : 500
} }
def reset(self): def reset(self):