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. |