src/eric7/MicroPython/Devices/EspDevices.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
equal deleted inserted replaced
9762:333374cf3a18 9763:52f982c08301
46 def setButtons(self): 46 def setButtons(self):
47 """ 47 """
48 Public method to enable the supported action buttons. 48 Public method to enable the supported action buttons.
49 """ 49 """
50 super().setButtons() 50 super().setButtons()
51
51 self.microPython.setActionButtons( 52 self.microPython.setActionButtons(
52 run=True, repl=True, files=True, chart=HAS_QTCHART 53 run=True, repl=True, files=True, chart=HAS_QTCHART
53 ) 54 )
54 55
55 def forceInterrupt(self): 56 def forceInterrupt(self):

eric ide

mercurial