parent
07d3cf45ca
commit
37778ae947
|
@ -53,6 +53,7 @@ def get_assigned_params():
|
||||||
|
|
||||||
def is_connected_to_wifi():
|
def is_connected_to_wifi():
|
||||||
output = subprocess.check_output(['iwgetid'])
|
output = subprocess.check_output(['iwgetid'])
|
||||||
|
print(output)
|
||||||
return output.split('"')[1]
|
return output.split('"')[1]
|
||||||
|
|
||||||
# def update_led_strip(rgb_values, pixel, strip):
|
# def update_led_strip(rgb_values, pixel, strip):
|
||||||
|
|
Loading…
Reference in New Issue