Update network.py per comment
Remove debug print from development
This commit is contained in:
parent
153b177a3f
commit
f3e13ff5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Network(NetworkBase):
|
|||
image_position=None,
|
||||
image_dim_json_path=None,
|
||||
):
|
||||
# print(f"status_neopixel", status_neopixel)
|
||||
|
||||
if isinstance(status_neopixel, microcontroller.Pin):
|
||||
status_led = neopixel.NeoPixel(status_neopixel, 1, brightness=0.2)
|
||||
elif isinstance(status_neopixel, neopixel.NeoPixel):
|
||||
|
|
|
|||
Loading…
Reference in a new issue