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 |