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 9175c44 + d883e68 commit 3aebe8dCopy full SHA for 3aebe8d
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
- 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