9575:635b6c5a36e1 | 9576:be9f8e7e42e0 |
---|---|
26 """ | 26 """ |
27 | 27 |
28 DeviceVolumeName = "PYBFLASH" | 28 DeviceVolumeName = "PYBFLASH" |
29 | 29 |
30 FlashInstructionsURL = ( | 30 FlashInstructionsURL = ( |
31 "https://github.com/micropython/micropython/wiki/" "Pyboard-Firmware-Update" | 31 "https://github.com/micropython/micropython/wiki/Pyboard-Firmware-Update" |
32 ) | 32 ) |
33 | 33 |
34 def __init__(self, microPythonWidget, deviceType, parent=None): | 34 def __init__(self, microPythonWidget, deviceType, parent=None): |
35 """ | 35 """ |
36 Constructor | 36 Constructor |