eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 8825
232c417a51bc
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8824:b64617e88e77 8825:232c417a51bc
83 Preferences.getMicroPython("MpyWorkspace") or 83 Preferences.getMicroPython("MpyWorkspace") or
84 Utilities.getHomeDir())) 84 Utilities.getHomeDir()))
85 85
86 # serial link parameters 86 # serial link parameters
87 self.timeoutSpinBox.setValue( 87 self.timeoutSpinBox.setValue(
88 Preferences.getMicroPython("SerialTimeout") / 1000) 88 Preferences.getMicroPython("SerialTimeout") // 1000)
89 # converted to seconds 89 # converted to seconds
90 self.syncTimeCheckBox.setChecked( 90 self.syncTimeCheckBox.setChecked(
91 Preferences.getMicroPython("SyncTimeAfterConnect")) 91 Preferences.getMicroPython("SyncTimeAfterConnect"))
92 92
93 # REPL Pane 93 # REPL Pane

eric ide

mercurial