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 153b177 commit f3e13ffCopy full SHA for f3e13ff
adafruit_fruitjam/network.py
@@ -88,7 +88,7 @@ def __init__( # noqa: PLR0913 Too many arguments in function definition
88
image_position=None,
89
image_dim_json_path=None,
90
):
91
- # print(f"status_neopixel", status_neopixel)
+
92
if isinstance(status_neopixel, microcontroller.Pin):
93
status_led = neopixel.NeoPixel(status_neopixel, 1, brightness=0.2)
94
elif isinstance(status_neopixel, neopixel.NeoPixel):
0 commit comments