Skip to content

Commit a3bc7f1

Browse files
committed
Magntek encoder mode applied
1 parent c3cbec2 commit a3bc7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

encoderconf_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def onshown(self):
139139
def apply(self):
140140
val = self.spinBox_cs.value()
141141
self.send_value("mtenc","cs",val=val)
142+
self.send_value("mtenc","mode",val=self.comboBox_mode.currentData())
142143

143144
class BissEncoderConf(EncoderOption,CommunicationHandler):
144145
def __init__(self,parent,main):

0 commit comments

Comments
 (0)