src/eric7/MicroPython/Devices/EspDevices.py

branch
mpy_network
changeset 9808
b68af9fd6a7a
parent 9799
a79430a8811d
child 9820
67597e003373
equal deleted inserted replaced
9805:4a2657e29a32 9808:b68af9fd6a7a
656 656
657 @return tuple containing a flag indicating the availability of WiFi 657 @return tuple containing a flag indicating the availability of WiFi
658 and the WiFi type (esp32) 658 and the WiFi type (esp32)
659 @rtype tuple of (bool, str) 659 @rtype tuple of (bool, str)
660 """ 660 """
661 # TODO: check if ESP8266 is different
662 return True, "esp32" 661 return True, "esp32"
663 662
664 def getWifiData(self): 663 def getWifiData(self):
665 """ 664 """
666 Public method to get data related to the current WiFi status. 665 Public method to get data related to the current WiFi status.

eric ide

mercurial