removed weird shitty code bruv

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 00:45:28 +01:00
parent 66774fd2eb
commit 07d3cf45ca
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def get_assigned_params():
def is_connected_to_wifi():
output = subprocess.check_output(['iwgetid'])
return output.split('"')[1] is not None
return output.split('"')[1]
# def update_led_strip(rgb_values, pixel, strip):
# for i in range(LEDS_PER_PIXEL):