bugfix
This commit is contained in:
parent
3a5eee4e77
commit
7d7381b529
@ -315,8 +315,8 @@ while True:
|
|||||||
if(Debug):print("LPoti.{}.{} =0".format(io,Pin))
|
if(Debug):print("LPoti.{}.{} =0".format(io,Pin))
|
||||||
|
|
||||||
if LPotiLatches[Poti][0] == io and SetLPotiValue[Poti] == 1:
|
if LPotiLatches[Poti][0] == io and SetLPotiValue[Poti] == 1:
|
||||||
c["LPoti.{}.{}" .format(io,"out")] = LPotiValues[Poti][io]
|
c["LPoti.{}.{}" .format(io,"out")] = LPotiValues[Poti][value]
|
||||||
|
if(Debug):print("LPoti.{}.{} = 0".format("out",LPotiValues[Poti][value]))
|
||||||
|
|
||||||
elif cmd == "K":
|
elif cmd == "K":
|
||||||
firstcom = 1
|
firstcom = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user