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 f3e13ff commit d883e68Copy full SHA for d883e68
adafruit_fruitjam/network.py
@@ -88,7 +88,6 @@ def __init__( # noqa: PLR0913 Too many arguments in function definition
88
image_position=None,
89
image_dim_json_path=None,
90
):
91
-
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