eric6/MicroPython/PyBoardDevices.py

changeset 7321
3642cc5df144
parent 7295
cf50045a7c0f
child 7327
71883ddcb762
diff -r 5f888d21ef3e -r 3642cc5df144 eric6/MicroPython/PyBoardDevices.py
--- a/eric6/MicroPython/PyBoardDevices.py	Wed Oct 30 19:47:55 2019 +0100
+++ b/eric6/MicroPython/PyBoardDevices.py	Fri Nov 01 16:05:15 2019 +0100
@@ -186,6 +186,7 @@
         menu.addAction(
             self.tr("MicroPython Install Instructions"),
             self.__showInstallInstructions)
+        # TODO: add entry to flash a new firmware using dfu-util
     
     def __showInstallInstructions(self):
         """

eric ide

mercurial