eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7115
fe89c98430b6
parent 7114
f416440c8be1
child 7125
2028553ee58c
diff -r f416440c8be1 -r fe89c98430b6 eric6/MicroPython/EspDevices.py
--- a/eric6/MicroPython/EspDevices.py	Fri Aug 02 19:21:03 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Fri Aug 02 19:52:11 2019 +0200
@@ -155,6 +155,8 @@
     def __flashMicroPython(self):
         """
         Private slot to flash a MicroPython firmware to the device.
+        
+        @exception ValueError raised to indicate an unsupported chip type
         """
         from .EspFirmwareSelectionDialog import EspFirmwareSelectionDialog
         dlg = EspFirmwareSelectionDialog()

eric ide

mercurial