src/eric7/MicroPython/Devices/EspDevices.py

branch
mpy_network
changeset 9808
b68af9fd6a7a
parent 9799
a79430a8811d
child 9820
67597e003373
diff -r 4a2657e29a32 -r b68af9fd6a7a src/eric7/MicroPython/Devices/EspDevices.py
--- a/src/eric7/MicroPython/Devices/EspDevices.py	Sun Feb 26 14:25:39 2023 +0100
+++ b/src/eric7/MicroPython/Devices/EspDevices.py	Sun Feb 26 18:03:13 2023 +0100
@@ -658,7 +658,6 @@
             and the WiFi type (esp32)
         @rtype tuple of (bool, str)
         """
-        # TODO: check if ESP8266 is different
         return True, "esp32"
 
     def getWifiData(self):

eric ide

mercurial