eric6/MicroPython/EspDevices.py

changeset 7173
f611c3b7313f
parent 7161
728018c32b09
child 7174
de8175253dfc
equal deleted inserted replaced
7172:ce7a8d43429c 7173:f611c3b7313f
143 def __eraseFlash(self): 143 def __eraseFlash(self):
144 """ 144 """
145 Private slot to erase the device flash memory. 145 Private slot to erase the device flash memory.
146 """ 146 """
147 ok = E5MessageBox.yesNo( 147 ok = E5MessageBox.yesNo(
148 self, 148 self.microPython,
149 self.tr("Erase Flash"), 149 self.tr("Erase Flash"),
150 self.tr("""Shall the flash of the selected device really be""" 150 self.tr("""Shall the flash of the selected device really be"""
151 """ erased?""")) 151 """ erased?"""))
152 if ok: 152 if ok:
153 flashArgs = [ 153 flashArgs = [

eric ide

mercurial