src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
mpy_network
changeset 9799
a79430a8811d
parent 9786
f94b530722af
child 9805
4a2657e29a32
equal deleted inserted replaced
9798:4402d76c5fa9 9799:a79430a8811d
47 @type str 47 @type str
48 @param parent reference to the parent object 48 @param parent reference to the parent object
49 @type QObject 49 @type QObject
50 """ 50 """
51 super().__init__(microPythonWidget, deviceType, parent) 51 super().__init__(microPythonWidget, deviceType, parent)
52
53 self.submitMode = "paste" # use 'paste' mode to avoid loosing state
52 54
53 self.__boardName = boardName 55 self.__boardName = boardName
54 self.__workspace = self.__findWorkspace() 56 self.__workspace = self.__findWorkspace()
55 57
56 self.__updater = CircuitPythonUpdaterInterface(self) 58 self.__updater = CircuitPythonUpdaterInterface(self)

eric ide

mercurial