linting fix

This commit is contained in:
thirdr 2022-12-20 15:12:45 +00:00 committed by Phil Howard
parent e2e4687f0c
commit 192625956b
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ def stop_network_led():
network_led_timer.deinit()
network_led_pwm.duty_u16(0)
def sleep(t):
# Time to have a little nap until the next update
rtc.clear_timer_flag()
@ -81,6 +82,7 @@ def clear_button_leds():
inky_frame.button_d.led_off()
inky_frame.button_e.led_off()
def network_connect(SSID, PSK):
# Enable the Wireless
wlan = network.WLAN(network.STA_IF)