src/eric7/MicroPython/EspDevices.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9624
b47dfa7a137d
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
166 Private slot to erase the device flash memory. 166 Private slot to erase the device flash memory.
167 """ 167 """
168 ok = EricMessageBox.yesNo( 168 ok = EricMessageBox.yesNo(
169 self.microPython, 169 self.microPython,
170 self.tr("Erase Flash"), 170 self.tr("Erase Flash"),
171 self.tr( 171 self.tr("""Shall the flash of the selected device really be erased?"""),
172 """Shall the flash of the selected device really be erased?"""
173 ),
174 ) 172 )
175 if ok: 173 if ok:
176 flashArgs = [ 174 flashArgs = [
177 "-u", 175 "-u",
178 "-m", 176 "-m",

eric ide

mercurial