We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b8f7c + 3d4d5f7 commit 30540f7Copy full SHA for 30540f7
esp8266.py
@@ -113,7 +113,7 @@ def startUP(self):
113
else:
114
return False
115
116
- False
+ return False
117
118
def reStart(self):
119
"""
@@ -132,7 +132,7 @@ def reStart(self):
132
133
134
135
136
137
138
def echoING(self, enable=False):
@@ -504,4 +504,4 @@ def __del__(self):
504
505
print('Destructor called, ESP8266 deleted.')
506
pass
507
-
+
0 commit comments