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.
1 parent ba9099d commit 104df91Copy full SHA for 104df91
Espresso_Water_Meter/code.py
@@ -127,7 +127,7 @@ def set_pixel_color(distance):
127
# Show cyan on successful connection
128
pixel.fill(CYAN)
129
time.sleep(1) # Brief pause to show the connection success
130
-
+ # pylint: disable=broad-except
131
except Exception as e:
132
print("Failed to connect to WiFi. Error:", e, "\nBoard will hard reset in 30 seconds.")
133
pixel.fill(OFF)
@@ -233,7 +233,7 @@ def set_pixel_color(distance):
233
234
response.close()
235
236
237
238
print("Failed to get or send data, or connect. Error:", e,
239
"\nBoard will hard reset in 30 seconds.")
0 commit comments