src/eric7/MicroPython/Devices/DeviceBase.py

branch
mpy_network
changeset 9808
b68af9fd6a7a
parent 9803
2ab3de60b51c
child 9816
4aeaf6df7283
diff -r 4a2657e29a32 -r b68af9fd6a7a src/eric7/MicroPython/Devices/DeviceBase.py
--- a/src/eric7/MicroPython/Devices/DeviceBase.py	Sun Feb 26 14:25:39 2023 +0100
+++ b/src/eric7/MicroPython/Devices/DeviceBase.py	Sun Feb 26 18:03:13 2023 +0100
@@ -325,7 +325,6 @@
             # user cancelled
             return ""
 
-    # TODO: add sending in 'paste' mode
     def sendCommands(self, commandsList):
         """
         Public method to send a list of commands to the device.

eric ide

mercurial